Skip to content

Commit

Permalink
Release 1.0.2 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
rainbowdashlabs authored Apr 30, 2023
2 parents 5c33fc3 + fb94463 commit 6e95ed6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "de.eldoria"
version = "1.0.1"
version = "1.0.2"

subprojects {
apply {
Expand Down
4 changes: 2 additions & 2 deletions companies-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
exclude("net.kyori")
}
api("de.eldoria.util", "threading", "2.0.0-DEV")
api("de.eldoria", "messageblocker", "1.1.1")
api("de.eldoria", "messageblocker", "1.1.2")

compileOnly("com.comphenix.protocol", "ProtocolLib", "4.8.0")
compileOnly("me.clip", "placeholderapi", "2.11.3")
Expand All @@ -37,7 +37,7 @@ dependencies {
// database
compileOnly("com.zaxxer", "HikariCP", "5.0.1")
compileOnly("org.mariadb.jdbc", "mariadb-java-client", "3.1.2")
compileOnly("org.xerial", "sqlite-jdbc", "3.41.0.0")
compileOnly("org.xerial", "sqlite-jdbc", "3.41.2.1")
compileOnly("org.postgresql", "postgresql", "42.5.4")

testImplementation("net.kyori", "adventure-api", "4.12.0")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public void onPluginEnable(boolean reload) {
}

var messageBlocker = MessageBlockerAPI.builder(this)
.withExectuor(workerPool)
.withExecutor(workerPool)
.addWhitelisted("[C]")
.build();

Expand Down
2 changes: 1 addition & 1 deletion companies-spigot-latest/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
// database
bukkitLibrary("com.zaxxer", "HikariCP", "5.0.1")
bukkitLibrary("org.mariadb.jdbc", "mariadb-java-client", "3.1.2")
bukkitLibrary("org.xerial", "sqlite-jdbc", "3.41.0.0")
bukkitLibrary("org.xerial", "sqlite-jdbc", "3.41.2.1")
bukkitLibrary("org.postgresql", "postgresql", "42.5.4")
}

Expand Down
2 changes: 1 addition & 1 deletion companies-spigot-legacy/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
// database
bukkitLibrary("com.zaxxer", "HikariCP", "5.0.1")
bukkitLibrary("org.mariadb.jdbc", "mariadb-java-client", "3.1.2")
bukkitLibrary("org.xerial", "sqlite-jdbc", "3.41.0.0")
bukkitLibrary("org.xerial", "sqlite-jdbc", "3.41.2.1")
bukkitLibrary("org.postgresql", "postgresql", "42.5.4")
}

Expand Down

0 comments on commit 6e95ed6

Please sign in to comment.