Skip to content

Commit 47507b2

Browse files
Gradle: Bump scenery to 1.0.0-beta-3 and sciview version to 0.5.0
1 parent 86204a9 commit 47507b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dependencies {
6969
exclude("org.lwjgl")
7070
}
7171

72-
val sceneryVersion = "1.0.0-beta-2"
72+
val sceneryVersion = "1.0.0-beta-3"
7373
api("graphics.scenery:scenery:$sceneryVersion") {
7474
version { strictly(sceneryVersion) }
7575
exclude("org.biojava.thirdparty", "forester")

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jvmTarget=21
77
kotlinVersion=2.2.10
88
dokkaVersion=1.9.20
99
scijavaParentPOMVersion=43.0.0
10-
version=0.4.1-SNAPSHOT
10+
version=0.5.0
1111

1212
# update site configuration
1313
fijiUpdateSite=sciview

0 commit comments

Comments
 (0)