Skip to content

Commit a67c312

Browse files
committed
version: release 0.30
1 parent c54bc3d commit a67c312

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: gradle/libs.versions.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
# The Version of this project, aka, The Aya Theorem Prover.
33
# Remove "-SNAPSHOT" suffix and run gradle publish to release a new version.
44
# After that, increase the version number and add "-SNAPSHOT" suffix back for next cycle.
5-
project = "0.29.4"
5+
project = "0.30.0-SNAPSHOT"
66

77
# https://openjdk.org/
88
java = "21"
99

1010
# https://github.com/JetBrains/java-annotations
11-
annotations = "24.0.1"
11+
annotations = "24.1.0"
1212
kala = "0.69.0"
1313
picocli = "4.7.5"
1414
build-util = "0.0.21"
1515
# https://github.com/graalvm/native-build-tools
1616
graal-tools = "0.9.28"
1717
# https://github.com/jline/jline3
18-
jline = "3.24.1"
18+
jline = "3.25.0"
1919
# https://github.com/commonmark/commonmark-java
2020
commonmark = "0.21.1"
2121
jimgui = "v0.21.0"

0 commit comments

Comments
 (0)