We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49eb4f9 commit fdbad7bCopy full SHA for fdbad7b
build.gradle.kts
@@ -20,7 +20,6 @@ val commonsIoVersion: String by project
20
val auth0JwtVersion: String by project
21
val protocolVersion: String by project
22
val vertxVersion: String by project
23
-val graalVersion: String by project
24
25
group = cliGroup
26
version = cliVersion
@@ -35,7 +34,7 @@ dependencies {
35
34
implementation("com.apollographql.apollo:apollo-coroutines-support:$apolloVersion")
36
api("com.apollographql.apollo:apollo-api:$apolloVersion")
37
38
- implementation("com.github.sourceplusplus.protocol:protocol:724d961ceb")
+ implementation("com.github.sourceplusplus.protocol:protocol:$protocolVersion")
39
40
implementation("org.slf4j:slf4j-api:1.7.32")
41
implementation("org.slf4j:slf4j-nop:1.7.32")
0 commit comments