Skip to content

Commit

Permalink
version: release 0.30 (#1025)
Browse files Browse the repository at this point in the history
Yeah
  • Loading branch information
ice1000 authored Jan 4, 2024
2 parents c54bc3d + a67c312 commit 6c5ec7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
# The Version of this project, aka, The Aya Theorem Prover.
# Remove "-SNAPSHOT" suffix and run gradle publish to release a new version.
# After that, increase the version number and add "-SNAPSHOT" suffix back for next cycle.
project = "0.29.4"
project = "0.30.0-SNAPSHOT"

# https://openjdk.org/
java = "21"

# https://github.com/JetBrains/java-annotations
annotations = "24.0.1"
annotations = "24.1.0"
kala = "0.69.0"
picocli = "4.7.5"
build-util = "0.0.21"
# https://github.com/graalvm/native-build-tools
graal-tools = "0.9.28"
# https://github.com/jline/jline3
jline = "3.24.1"
jline = "3.25.0"
# https://github.com/commonmark/commonmark-java
commonmark = "0.21.1"
jimgui = "v0.21.0"
Expand Down

0 comments on commit 6c5ec7f

Please sign in to comment.