Skip to content

Commit

Permalink
Updated bazel-skylib to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 29, 2024
1 parent 3895290 commit 780e1be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ kotlin_repositories()
register_toolchains("//:kotlin_toolchain")

# bazel_skylib - starlark functions
BAZEL_SKYLIB_TAG = "1.4.1"
BAZEL_SKYLIB_TAG = "1.6.1"

BAZEL_SKYLIB_SHA = "b8a1527901774180afc798aeb28c4634bdccf19c4d98e7bdd1ce79d1fe9aaad7"
BAZEL_SKYLIB_SHA = "9f38886a40548c6e96c106b752f242130ee11aaa068a56ba7e56f4511f33e4f2"

http_archive(
name = "bazel_skylib",
Expand Down Expand Up @@ -121,7 +121,7 @@ maven_install(
"org.slf4j:slf4j-simple:2.0.13",
"org.json:json:20240303",
"org.apache.commons:commons-text:1.12.0",
"net.pearx.kasechange:kasechange-jvm:1.4.1",
"net.pearx.kasechange:kasechange-jvm:1.6.1",
# tests
"org.junit.platform:junit-platform-commons:1.10.2",
"org.junit.platform:junit-platform-console:1.10.2",
Expand Down

0 comments on commit 780e1be

Please sign in to comment.