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 a592063 commit 61449ebCopy full SHA for 61449eb
versions.gradle
@@ -1,8 +1,8 @@
1
ext {
2
- conclave_version = '1.4-SNAPSHOT'
+ conclave_version = '1.4-beta1'
3
// Rather than appending $conclave_version here, we hard code it so the SDK and conclave-graalvm
4
// versions can go out of sync.
5
- conclave_graal_version = '22.0.0.2-1.4-SNAPSHOT'
+ conclave_graal_version = '22.0.0.2-1.4-beta1'
6
kds_version = '0.3-SNAPSHOT'
7
kotlin_version = '1.7.22'
8
kotlinx_serialization_json_version = '1.4.1'
0 commit comments