Skip to content

Commit

Permalink
update ethylene dependency, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Steanky committed Feb 10, 2023
1 parent a3d4977 commit 4edf136
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group = "com.github.steanky"
version = "0.13.2"
version = "0.13.3"

java {
toolchain.languageVersion.set(JavaLanguageVersion.of(17))
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ adventure-key = { module = "net.kyori:adventure-key", version = "4.11.0" }

commons-lang3 = { module = "org.apache.commons:commons-lang3", version = "3.12.0" }

ethylene-mapper = { module = "com.github.steanky:ethylene-mapper", version = "0.19.0" }
ethylene-mapper = { module = "com.github.steanky:ethylene-mapper", version = "0.19.1" }

jetbrains-annotations = { module = "org.jetbrains:annotations", version = "23.0.0" }

Expand Down

0 comments on commit 4edf136

Please sign in to comment.