Skip to content

Commit

Permalink
Bump lombok, architectury-loom
Browse files Browse the repository at this point in the history
  • Loading branch information
onebeastchris committed Nov 19, 2023
1 parent dc292b5 commit 8594ee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-logic/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
implementation("net.kyori", "indra-common", "3.1.1")
implementation("com.github.johnrengelman", "shadow", "7.1.3-SNAPSHOT")
implementation("architectury-plugin", "architectury-plugin.gradle.plugin", "3.4-SNAPSHOT")
implementation("dev.architectury.loom", "dev.architectury.loom.gradle.plugin", "1.1-SNAPSHOT")
implementation("dev.architectury.loom", "dev.architectury.loom.gradle.plugin", "1.4-SNAPSHOT")
implementation("com.modrinth.minotaur:Minotaur:2.7.5")

// Within the gradle plugin classpath, there is a version conflict between loom and some other
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
`java-library`
id("geyser.build-logic")
id("io.freefair.lombok") version "6.3.0" apply false
id("io.freefair.lombok") version "8.1.0" apply false
}

allprojects {
Expand Down

0 comments on commit 8594ee1

Please sign in to comment.