Skip to content

Commit

Permalink
Merge pull request #28 from OneLiteFeatherNET/feature/1.5.0
Browse files Browse the repository at this point in the history
Bump microtus version
  • Loading branch information
TheMeinerLP authored Oct 2, 2024
2 parents 7f354c5 + b77ccbc commit 658c3cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
plugins {
java
application
id("io.github.goooler.shadow") version "8.1.7"
id("com.gradleup.shadow") version "8.3.3"
alias(libs.plugins.publishdata)
`maven-publish`
}

group = "net.onelitefeather.microtus.cloudnet"
version = "1.1.2"
version = "1.2.0"

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

configurations.all {
Expand All @@ -23,9 +22,6 @@ configurations.all {
dependencies {
implementation(platform(libs.microtus.bom))
implementation(libs.microtus.core)
implementation("net.kyori:adventure-text-minimessage:4.17.0")


}

application {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pluginManagement {
dependencyResolutionManagement {
versionCatalogs {
create("libs") {
version("microtus", "1.4.2")
version("microtus", "1.5.0-SNAPSHOT")
version("publishdata", "1.4.0")

library("microtus-bom", "net.onelitefeather.microtus", "bom").versionRef("microtus")
Expand Down

0 comments on commit 658c3cd

Please sign in to comment.