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
2020val auth0JwtVersion: String by project
2121val protocolVersion: String by project
2222val vertxVersion: String by project
23- val graalVersion: String by project
2423
2524group = cliGroup
2625version = cliVersion
@@ -35,7 +34,7 @@ dependencies {
3534 implementation(" com.apollographql.apollo:apollo-coroutines-support:$apolloVersion " )
3635 api(" com.apollographql.apollo:apollo-api:$apolloVersion " )
3736
38- implementation(" com.github.sourceplusplus.protocol:protocol:724d961ceb " )
37+ implementation(" com.github.sourceplusplus.protocol:protocol:$protocolVersion " )
3938
4039 implementation(" org.slf4j:slf4j-api:1.7.32" )
4140 implementation(" org.slf4j:slf4j-nop:1.7.32" )
You can’t perform that action at this time.
0 commit comments