Skip to content

Commit

Permalink
update codebook
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Oct 4, 2023
1 parent 580f00c commit ffb8451
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-logic/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spotless = "com.diffplug.spotless:6.20.0"
[libraries]
serialize-core = { module = "org.jetbrains.kotlinx:kotlinx-serialization-core", version.ref = "serialize" }
serialize-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "serialize" }
codebook = "io.papermc.codebook:codebook:1.0.4"
codebook = "io.papermc.codebook:codebook:1.0.7"
diffutils = "io.github.java-diff-utils:java-diff-utils:4.12"
coroutines = "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.2"
jgit = "org.eclipse.jgit:org.eclipse.jgit:6.6.0.202305301015-r"
Expand Down
2 changes: 1 addition & 1 deletion versions/23w40a/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mache {
}

dependencies {
codebook("1.0.6")
codebook("1.0.7")
remapper(art("1.0.7"))
decompiler(vineflower("1.10.0-SNAPSHOT"))
parchment("1.20.1", "2023.09.03")
Expand Down

0 comments on commit ffb8451

Please sign in to comment.