Skip to content

Commit

Permalink
1.19.2 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy0000 authored Aug 14, 2022
1 parent 2f5eb72 commit 999675f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
compileOnly(libs.minecraft.plugin.fawe.core)
compileOnly(libs.minecraft.plugin.fawe.bukkit) { isTransitive = false }
compileOnly(libs.minecraft.plugin.protocollib)
compileOnly(deeperlibs.minecraft.plugin.blocklocker)
compileOnly(deeperLibs.minecraft.plugin.blocklocker)

// Shaded
implementation(libs.idofront.core)
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=com.mineinabyss
version=0.5
version=0.6
kotlinVersion=1.6.10
serverVersion=1.19-R0.1-SNAPSHOT
idofrontVersion=0.11.95
serverVersion=1.19.2-R0.1-SNAPSHOT
idofrontVersion=0.12.102
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencyResolutionManagement {
}
versionCatalogs{
create("libs").from("com.mineinabyss:catalog:$idofrontVersion")
create("deeperlibs").from(files("gradle/deeperlibs.versions.toml"))
create("deeperLibs").from(files("gradle/deeperLibs.versions.toml"))
}
}

Expand Down

0 comments on commit 999675f

Please sign in to comment.