File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ repositories {
1414}
1515
1616// core
17- implementation(" com.github.UnitTestBot.ksmt:ksmt-core:0.4.2 " )
17+ implementation(" com.github.UnitTestBot.ksmt:ksmt-core:0.4.3 " )
1818// z3 solver
19- implementation(" com.github.UnitTestBot.ksmt:ksmt-z3:0.4.2 " )
19+ implementation(" com.github.UnitTestBot.ksmt:ksmt-z3:0.4.3 " )
2020```
2121
2222## Usage
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99}
1010
1111group = " org.ksmt"
12- version = " 0.4.2 "
12+ version = " 0.4.3 "
1313
1414repositories {
1515 mavenCentral()
Original file line number Diff line number Diff line change @@ -18,17 +18,17 @@ repositories {
1818``` kotlin
1919dependencies {
2020 // core
21- implementation(" com.github.UnitTestBot.ksmt:ksmt-core:0.4.2 " )
21+ implementation(" com.github.UnitTestBot.ksmt:ksmt-core:0.4.3 " )
2222}
2323```
2424
2525#### 3. Add one or more SMT solver dependencies:
2626``` kotlin
2727dependencies {
2828 // z3
29- implementation(" com.github.UnitTestBot.ksmt:ksmt-z3:0.4.2 " )
29+ implementation(" com.github.UnitTestBot.ksmt:ksmt-z3:0.4.3 " )
3030 // bitwuzla
31- implementation(" com.github.UnitTestBot.ksmt:ksmt-bitwuzla:0.4.2 " )
31+ implementation(" com.github.UnitTestBot.ksmt:ksmt-bitwuzla:0.4.3 " )
3232}
3333```
3434SMT solver specific packages are provided with solver native binaries.
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ repositories {
1010
1111dependencies {
1212 // core
13- implementation(" com.github.UnitTestBot.ksmt:ksmt-core:0.4.2 " )
13+ implementation(" com.github.UnitTestBot.ksmt:ksmt-core:0.4.3 " )
1414 // z3 solver
15- implementation(" com.github.UnitTestBot.ksmt:ksmt-z3:0.4.2 " )
15+ implementation(" com.github.UnitTestBot.ksmt:ksmt-z3:0.4.3 " )
1616}
1717
1818java {
You can’t perform that action at this time.
0 commit comments