Skip to content

Commit 08127c7

Browse files
committed
viktor 1.2.0
1 parent 3bb5329 commit 08127c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ if (rootProject == project) {
8484
implementation("org.jline:jline-terminal:3.25.1")
8585
implementation("com.carrotsearch:jsuffixarrays:0.1.0")
8686

87-
compile("org.jetbrains.bio:big:0.9.1")
88-
compile("org.jetbrains.bio:viktor:1.0.0")
87+
implementation("org.jetbrains.bio:big:0.9.1")
88+
implementation("org.jetbrains.bio:viktor:1.2.0")
8989

9090
testImplementation("junit:junit:4.13.2")
9191
testImplementation("org.jetbrains.kotlin:kotlin-test:$kotlin_version")

0 commit comments

Comments
 (0)