Skip to content

Commit fdbad7b

Browse files
committed
clean
1 parent 49eb4f9 commit fdbad7b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle.kts

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ val commonsIoVersion: String by project
2020
val auth0JwtVersion: String by project
2121
val protocolVersion: String by project
2222
val vertxVersion: String by project
23-
val graalVersion: String by project
2423

2524
group = cliGroup
2625
version = 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")

0 commit comments

Comments
 (0)