Skip to content

Commit

Permalink
Release 2.6.4 (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
rainbowdashlabs authored Jul 26, 2024
2 parents 609c2fe + 6d801f2 commit 2765c82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "de.eldoria"
version = "2.6.3"
version = "2.6.4"

var publishModules = setOf("schematicbrushreborn-api",
"schematicbrushreborn-core",
Expand All @@ -19,11 +19,6 @@ var publishModules = setOf("schematicbrushreborn-api",

allprojects {
repositories {
// mavenLocal {
// content {
// includeGroup("de.eldoria.util")
// }
// }
mavenCentral()
maven("https://eldonexus.de/repository/maven-public/")
maven("https://eldonexus.de/repository/maven-proxies/")
Expand Down
2 changes: 1 addition & 1 deletion schematicbrushreborn-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {

testImplementation(project(":schematicbrushreborn-api"))
testImplementation(libs.jetbrains.annotations)
testImplementation("org.mockito", "mockito-core", "5.11.0")
testImplementation("org.mockito", "mockito-core", "5.12.0")
testImplementation(libs.jackson.databind)
}
publishData {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencyResolutionManagement {
// utilities
library("eldoutil-legacy", "de.eldoria:eldo-util:1.14.4")
library("eldoutil-jackson", "de.eldoria.util:jackson-configuration:2.0.6")
library("messageblocker", "de.eldoria:messageblocker:1.1.2")
library("messageblocker", "de.eldoria:messageblocker:1.1.3")
// misc
library("jetbrains-annotations", "org.jetbrains:annotations:24.1.0")
// minecraft
Expand Down

0 comments on commit 2765c82

Please sign in to comment.