Skip to content

Commit

Permalink
bump ignite to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vectrixdevelops committed Feb 4, 2024
1 parent 266360a commit e932321
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ plugins {
dependencies {
compileOnly(libs.ignite)
compileOnly(libs.mixin)
compileOnly(libs.mixinExtras)

paperweight.paperDevBundle(libs.versions.paper)
}
4 changes: 3 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ metadata.format.version = "1.1"
[versions]

jetbrains = "24.1.0"
ignite = "1.0.0-SNAPSHOT"
ignite = "1.0.0"
mixin = "0.8.5"
mixinExtras = "0.3.5"
paperweight = "1.5.11"
shadow = "8.1.1"
spotless = "6.23.3"
Expand All @@ -15,6 +16,7 @@ jetbrains-annotations = { module = "org.jetbrains:annotations", version.ref = "j

ignite = { group = "space.vectrix.ignite", name = "ignite-api", version.ref = "ignite" }
mixin = { group = "org.spongepowered", name = "mixin", version.ref = "mixin" }
mixinExtras = { group = "io.github.llamalad7", name = "mixinextras-common", version.ref = "mixinExtras" }

build-paperweight = { module = "io.papermc.paperweight.userdev:io.papermc.paperweight.userdev.gradle.plugin", version.ref = "paperweight" }
build-shadow = { module = "com.github.johnrengelman:shadow", version.ref = "shadow" }
Expand Down

0 comments on commit e932321

Please sign in to comment.