Skip to content

Commit 2bea632

Browse files
authored
Upgrade to jogl 2.6 on maven (#1391)
1 parent 0e4736d commit 2bea632

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

core/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ plugins {
88

99
repositories {
1010
mavenCentral()
11-
maven { url = uri("https://jogamp.org/deployment/maven") }
1211
}
1312

1413
sourceSets{

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
kotlin = "2.2.20"
33
compose-plugin = "1.9.1"
4-
jogl = "2.5.0"
4+
jogl = "2.6.0"
55
antlr = "4.13.2"
66
jupiter = "5.12.0"
77
markdown = "0.37.0"

0 commit comments

Comments
 (0)