Skip to content

Commit

Permalink
Update adventure-platform-fabric to release
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Jul 16, 2023
1 parent e955de5 commit 0768ca6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {

implementation(include("org.fusesource.jansi", "jansi", "2.4.0"))

modImplementation(include("net.kyori", "adventure-platform-fabric", "5.10.0-SNAPSHOT"))
modImplementation(include("net.kyori", "adventure-platform-fabric", "5.9.0"))

implementation(include("com.typesafe:config:1.4.2")!!)
implementation(include("io.leangen.geantyref:geantyref:1.3.13")!!)
Expand Down
3 changes: 0 additions & 3 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ dependencyResolutionManagement {
maven("https://oss.sonatype.org/content/repositories/snapshots/") {
mavenContent { snapshotsOnly() }
}
maven("https://repo.jpenilla.xyz/snapshots/") {
mavenContent { snapshotsOnly() }
}
}
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
}
Expand Down

0 comments on commit 0768ca6

Please sign in to comment.