Skip to content

Commit

Permalink
chore: bump creative
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy0000 committed Jan 25, 2025
1 parent 02ce869 commit 46fa390
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
anvilgui = "1.10.3-SNAPSHOT"
compose = "1.6.11"
coroutines = "1.9.0-RC"
creative = "1.7.3"
creative = "1.7.8-SNAPSHOT"
dataframe = "0.15.0"
dependencyversions = "0.51.0"
dokka = "1.9.20"
Expand Down Expand Up @@ -43,7 +43,7 @@ customblockdata="2.2.2"
morepersistentdatatypes="2.4.0"

[libraries]
creative-api = { module = "team.unnamed:creative-api", version = "1.7.6-SNAPSHOT" }
creative-api = { module = "team.unnamed:creative-api", version.ref = "creative" }
creative-serializer-minecraft = { module = "team.unnamed:creative-serializer-minecraft", version.ref = "creative" }
creative-server = { module = "team.unnamed:creative-server", version.ref = "creative" }
exposed-core = { module = "org.jetbrains.exposed:exposed-core", version.ref = "exposed" }
Expand Down
1 change: 1 addition & 0 deletions idofront-util/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ plugins {

dependencies {
compileOnly(libs.kotlinx.serialization.json)
compileOnly(libs.creative.api)
compileOnly(libs.creative.serializer.minecraft)
implementation(project(":idofront-logging"))
implementation(project(":idofront-di"))
Expand Down

0 comments on commit 46fa390

Please sign in to comment.