Skip to content

Commit

Permalink
Fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
zeganstyl committed Aug 28, 2020
1 parent c60a506 commit 99229c8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions thelema-lwjgl3/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ version = verName

repositories {
jcenter()
maven {
url = uri("https://www.beatunes.com/repo/maven2/")
}
}

dependencies {
Expand All @@ -30,12 +27,6 @@ dependencies {
testImplementation(project(path = ":thelema-core-tests"))
testImplementation(project(path = ":thelema-ode4j"))

// https://mvnrepository.com/artifact/com.jcraft/jogg
api("com.jcraft", "jogg", "0.0.7")

// https://mvnrepository.com/artifact/com.jcraft/jorbis
api("com.jcraft", "jorbis", "0.0.17")

val lwjglVersion = "3.2.3"
implementation(platform("org.lwjgl:lwjgl-bom:$lwjglVersion"))
implementation("org.lwjgl", "lwjgl")
Expand Down

0 comments on commit 99229c8

Please sign in to comment.