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 4192a6f commit 1001f65Copy full SHA for 1001f65
README.md
@@ -13,7 +13,7 @@ repositories {
13
}
14
15
dependencies {
16
- implementation("com.github.SemGuS-git:Semgus-Java:1.0.1")
+ implementation("com.github.SemGuS-git:Semgus-Java:1.0.2")
17
18
```
19
SemGuS-Java depends at runtime on JSON-Simple and at compile-time on JSR-305, which is available as part of Google
build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
5
6
group = "org.semgus"
7
-version = "1.0.1-SNAPSHOT"
+version = "1.0.2-SNAPSHOT"
8
9
repositories {
10
mavenCentral()
0 commit comments