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 9f5367b commit 47d969cCopy full SHA for 47d969c
buildSrc/src/main/kotlin/Versions.kt
@@ -4,7 +4,7 @@ object Versions {
4
const val ksmt = "0.5.6"
5
const val collections = "0.3.5"
6
const val coroutines = "1.6.4"
7
- const val jcdb = "1.1-SNAPSHOT" // TODO: set release > 1.1.3 when it's published
+ const val jcdb = "1.2.0"
8
const val mockk = "1.13.4"
9
const val junitParams = "5.9.3"
10
const val logback = "1.4.8"
buildSrc/src/main/kotlin/usvm.kotlin-conventions.gradle.kts
@@ -11,7 +11,6 @@ group = "org.usvm"
11
repositories {
12
mavenCentral()
13
maven("https://jitpack.io")
14
- maven("https://s01.oss.sonatype.org/content/repositories/snapshots")
15
}
16
17
dependencies {
0 commit comments