Skip to content

Commit

Permalink
Update plugin com.kotori316.plugin.cf to v3 (#41)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 23, 2024
1 parent 635967b commit adfb1c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
id "com.matthewprenger.cursegradle" version "1.4.0"
id "com.modrinth.minotaur" version "2.+"
id "com.github.johnrengelman.shadow" version "8.1.1"
id("com.kotori316.plugin.cf") version("1.+")
id("com.kotori316.plugin.cf") version("3.+")
}

version = "${libs.versions.scala3.get()}-build-${project.build_number}"
Expand Down
2 changes: 1 addition & 1 deletion neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
id "com.matthewprenger.cursegradle" version "1.4.0"
id "com.modrinth.minotaur" version "2.+"
id "com.github.johnrengelman.shadow" version "8.1.1"
id("com.kotori316.plugin.cf") version("1.+")
id("com.kotori316.plugin.cf") version("3.+")
}

version = "${libs.versions.scala3.get()}-build-${project.build_number}"
Expand Down

0 comments on commit adfb1c9

Please sign in to comment.