We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c54bc3d commit a67c312Copy full SHA for a67c312
gradle/libs.versions.toml
@@ -2,20 +2,20 @@
2
# The Version of this project, aka, The Aya Theorem Prover.
3
# Remove "-SNAPSHOT" suffix and run gradle publish to release a new version.
4
# After that, increase the version number and add "-SNAPSHOT" suffix back for next cycle.
5
-project = "0.29.4"
+project = "0.30.0-SNAPSHOT"
6
7
# https://openjdk.org/
8
java = "21"
9
10
# https://github.com/JetBrains/java-annotations
11
-annotations = "24.0.1"
+annotations = "24.1.0"
12
kala = "0.69.0"
13
picocli = "4.7.5"
14
build-util = "0.0.21"
15
# https://github.com/graalvm/native-build-tools
16
graal-tools = "0.9.28"
17
# https://github.com/jline/jline3
18
-jline = "3.24.1"
+jline = "3.25.0"
19
# https://github.com/commonmark/commonmark-java
20
commonmark = "0.21.1"
21
jimgui = "v0.21.0"
0 commit comments