We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb5329 commit 08127c7Copy full SHA for 08127c7
build.gradle
@@ -84,8 +84,8 @@ if (rootProject == project) {
84
implementation("org.jline:jline-terminal:3.25.1")
85
implementation("com.carrotsearch:jsuffixarrays:0.1.0")
86
87
- compile("org.jetbrains.bio:big:0.9.1")
88
- compile("org.jetbrains.bio:viktor:1.0.0")
+ implementation("org.jetbrains.bio:big:0.9.1")
+ implementation("org.jetbrains.bio:viktor:1.2.0")
89
90
testImplementation("junit:junit:4.13.2")
91
testImplementation("org.jetbrains.kotlin:kotlin-test:$kotlin_version")
0 commit comments