Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
increase version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Volkmar Vogel committed Sep 13, 2019
1 parent 0973a07 commit 40ad833
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ buildscript {
ext.versions = [:]
ext.versions.kotlin = '1.3.41'
ext.versions.dokka = '0.9.18'
ext.versions.core = '1.0.3'
ext.versions.alexa = '1.0.1'
ext.versions.ssml = '1.0.2'
ext.versions.ssml_plugin = '1.0.2'
ext.versions.spring_plugin = '1.0.1'
ext.versions.konversation_plugin = '1.0.1'
ext.versions.core = '1.0.4'
ext.versions.alexa = '1.0.2'
ext.versions.ssml = '1.0.3'
ext.versions.ssml_plugin = '1.0.3'
ext.versions.spring_plugin = '1.0.2'
ext.versions.konversation_plugin = '1.0.2'

repositories {
mavenLocal()
Expand Down

0 comments on commit 40ad833

Please sign in to comment.