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 ef7d16a commit f622076Copy full SHA for f622076
2 files changed
common.gradle
@@ -36,12 +36,6 @@ repositories {
36
flatDir {
37
dirs rootProject.file('lib')
38
}
39
- maven {
40
- url "https://maven.rblb.it/NostrGameEngine/angle-natives"
41
- }
42
43
- url = uri("https://central.sonatype.com/repository/maven-snapshots")
44
45
46
47
dependencies {
gradle/libs.versions.toml
@@ -5,7 +5,7 @@
5
checkstyle = "13.3.0"
6
jacoco = "0.8.12"
7
lwjgl3 = "3.4.1"
8
-angle = "20260507.46e42d40740c-SNAPSHOT"
+angle = "2025-05-09"
9
saferalloc = "0.0.8"
10
nifty = "1.4.3"
11
spotbugs = "4.9.8"
0 commit comments