Skip to content

Commit

Permalink
remove codemc again as it causes more trouble than good
Browse files Browse the repository at this point in the history
  • Loading branch information
derklaro committed Oct 19, 2022
1 parent e798a36 commit 88e77f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ allprojects {
mavenCentral()
maven("https://jitpack.io/")
maven("https://repo.papermc.io/repository/maven-public/")
maven("https://repo.codemc.io/repository/maven-snapshots/")
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/")
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ paper = "1.19.2-R0.1-SNAPSHOT"

# platform extensions
paperLib = "1.0.7"
packetEvents = "2.0.0-SNAPSHOT"
packetEvents = "2.0-SNAPSHOT"
protocolLib = "master-SNAPSHOT"


Expand Down

0 comments on commit 88e77f2

Please sign in to comment.