We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86204a9 commit 47507b2Copy full SHA for 47507b2
build.gradle.kts
@@ -69,7 +69,7 @@ dependencies {
69
exclude("org.lwjgl")
70
}
71
72
- val sceneryVersion = "1.0.0-beta-2"
+ val sceneryVersion = "1.0.0-beta-3"
73
api("graphics.scenery:scenery:$sceneryVersion") {
74
version { strictly(sceneryVersion) }
75
exclude("org.biojava.thirdparty", "forester")
gradle.properties
@@ -7,7 +7,7 @@ jvmTarget=21
7
kotlinVersion=2.2.10
8
dokkaVersion=1.9.20
9
scijavaParentPOMVersion=43.0.0
10
-version=0.4.1-SNAPSHOT
+version=0.5.0
11
12
# update site configuration
13
fijiUpdateSite=sciview
0 commit comments