@@ -3,7 +3,7 @@ version '1.0.0-SNAPSHOT'
3
3
4
4
buildscript {
5
5
ext {
6
- springBootVersion = ' 2.1.6 .RELEASE'
6
+ springBootVersion = ' 2.1.8 .RELEASE'
7
7
}
8
8
repositories {
9
9
jcenter()
@@ -35,15 +35,15 @@ compileTestKotlin {
35
35
}
36
36
37
37
dependencies {
38
- def askSdkVersion = ' 2.19 .0'
38
+ def askSdkVersion = ' 2.21 .0'
39
39
40
- implementation project(' :core' )
41
- implementation project(' :ssml-builder' )
42
- implementation project(' :ssml-plugin' )
43
- implementation project(' :spring-plugin' )
44
- implementation project(' :konversation-plugin' )
45
- implementation project(' :alexa-plugin' )
46
- implementation project(' :alexa-spring-plugin' )
40
+ implementation project(path : ' :core' , configuration : ' default ' )
41
+ implementation project(path : ' :ssml-builder' , configuration : ' default ' )
42
+ implementation project(path : ' :ssml-plugin' , configuration : ' default ' )
43
+ implementation project(path : ' :spring-plugin' , configuration : ' default ' )
44
+ implementation project(path : ' :konversation-plugin' , configuration : ' default ' )
45
+ implementation project(path : ' :alexa-plugin' , configuration : ' default ' )
46
+ implementation project(path : ' :alexa-spring-plugin' , configuration : ' default ' )
47
47
48
48
implementation(' org.springframework.boot:spring-boot-starter-web' )
49
49
implementation(' com.fasterxml.jackson.module:jackson-module-kotlin' )
0 commit comments