Skip to content

Commit 47d969c

Browse files
committed
Upgrade jacodb version
1 parent 9f5367b commit 47d969c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ object Versions {
44
const val ksmt = "0.5.6"
55
const val collections = "0.3.5"
66
const val coroutines = "1.6.4"
7-
const val jcdb = "1.1-SNAPSHOT" // TODO: set release > 1.1.3 when it's published
7+
const val jcdb = "1.2.0"
88
const val mockk = "1.13.4"
99
const val junitParams = "5.9.3"
1010
const val logback = "1.4.8"

buildSrc/src/main/kotlin/usvm.kotlin-conventions.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ group = "org.usvm"
1111
repositories {
1212
mavenCentral()
1313
maven("https://jitpack.io")
14-
maven("https://s01.oss.sonatype.org/content/repositories/snapshots")
1514
}
1615

1716
dependencies {

0 commit comments

Comments
 (0)