Skip to content

Commit

Permalink
1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Nowaha committed Jan 31, 2023
1 parent 491881b commit d1d9a9f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = 'xyz.nowaha'
version = '1.0.6'
version = '1.0.7'

repositories {
mavenCentral()
Expand All @@ -25,7 +25,6 @@ test {
dependencies {
compileOnly 'org.spigotmc:spigot-api:1.18.2-R0.1-SNAPSHOT'
testImplementation 'org.spigotmc:spigot-api:1.18.2-R0.1-SNAPSHOT'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
}
Expand Down Expand Up @@ -63,7 +62,7 @@ publishing {
pom {
groupId = 'xyz.nowaha'
artifactId = 'nlib'
version = "1.0.6"
version = "1.0.7"
}
}
}
Expand Down

0 comments on commit d1d9a9f

Please sign in to comment.