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 0e4736d commit 2bea632Copy full SHA for 2bea632
core/build.gradle.kts
@@ -8,7 +8,6 @@ plugins {
8
9
repositories {
10
mavenCentral()
11
- maven { url = uri("https://jogamp.org/deployment/maven") }
12
}
13
14
sourceSets{
gradle/libs.versions.toml
@@ -1,7 +1,7 @@
1
[versions]
2
kotlin = "2.2.20"
3
compose-plugin = "1.9.1"
4
-jogl = "2.5.0"
+jogl = "2.6.0"
5
antlr = "4.13.2"
6
jupiter = "5.12.0"
7
markdown = "0.37.0"
0 commit comments