Skip to content

Commit

Permalink
[#15] Bump microtus version to 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMeinerLP committed Feb 11, 2024
1 parent 518c172 commit 2bb7a25
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,14 @@ ext {
version = "%s%s".format(Locale.ROOT, baseVersion, versionExtension)

repositories {
mavenLocal()
mavenCentral()
maven("https://oss.sonatype.org/content/repositories/snapshots")
maven("https://s01.oss.sonatype.org/content/repositories/snapshots")
maven("https://jitpack.io")
}

dependencies {
implementation("net.onelitefeather.microtus:Minestom:1.1.1")
implementation("net.kyori:adventure-text-minimessage:4.14.0")

implementation("net.onelitefeather.microtus:Minestom:1.3.0")
}

application {
Expand Down

0 comments on commit 2bb7a25

Please sign in to comment.