Skip to content

Commit f622076

Browse files
committed
update libs
1 parent ef7d16a commit f622076

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

common.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ repositories {
3636
flatDir {
3737
dirs rootProject.file('lib')
3838
}
39-
maven {
40-
url "https://maven.rblb.it/NostrGameEngine/angle-natives"
41-
}
42-
maven {
43-
url = uri("https://central.sonatype.com/repository/maven-snapshots")
44-
}
4539
}
4640

4741
dependencies {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
checkstyle = "13.3.0"
66
jacoco = "0.8.12"
77
lwjgl3 = "3.4.1"
8-
angle = "20260507.46e42d40740c-SNAPSHOT"
8+
angle = "2025-05-09"
99
saferalloc = "0.0.8"
1010
nifty = "1.4.3"
1111
spotbugs = "4.9.8"

0 commit comments

Comments
 (0)