Upgrade to jogl 2.6 on maven (#1391)

This commit is contained in:
Stef Tervelde
2026-01-28 20:34:41 +01:00
committed by GitHub
parent 0e4736da61
commit 2bea632f76
2 changed files with 1 additions and 2 deletions

View File

@@ -8,7 +8,6 @@ plugins {
repositories {
mavenCentral()
maven { url = uri("https://jogamp.org/deployment/maven") }
}
sourceSets{

View File

@@ -1,7 +1,7 @@
[versions]
kotlin = "2.2.20"
compose-plugin = "1.9.1"
jogl = "2.5.0"
jogl = "2.6.0"
antlr = "4.13.2"
jupiter = "5.12.0"
markdown = "0.37.0"