File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ val commonsIoVersion: String by project
20
20
val auth0JwtVersion: String by project
21
21
val protocolVersion: String by project
22
22
val vertxVersion: String by project
23
- val graalVersion: String by project
24
23
25
24
group = cliGroup
26
25
version = cliVersion
@@ -35,7 +34,7 @@ dependencies {
35
34
implementation(" com.apollographql.apollo:apollo-coroutines-support:$apolloVersion " )
36
35
api(" com.apollographql.apollo:apollo-api:$apolloVersion " )
37
36
38
- implementation(" com.github.sourceplusplus.protocol:protocol:724d961ceb " )
37
+ implementation(" com.github.sourceplusplus.protocol:protocol:$protocolVersion " )
39
38
40
39
implementation(" org.slf4j:slf4j-api:1.7.32" )
41
40
implementation(" org.slf4j:slf4j-nop:1.7.32" )
You can’t perform that action at this time.
0 commit comments