Skip to content

Commit b318258

Browse files
committed
Updated bazel-skylib to 1.6.1
1 parent b91fccc commit b318258

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ kotlin_repositories()
3131
register_toolchains("//:kotlin_toolchain")
3232

3333
# bazel_skylib - starlark functions
34-
BAZEL_SKYLIB_TAG = "1.4.1"
34+
BAZEL_SKYLIB_TAG = "1.6.1"
3535

36-
BAZEL_SKYLIB_SHA = "b8a1527901774180afc798aeb28c4634bdccf19c4d98e7bdd1ce79d1fe9aaad7"
36+
BAZEL_SKYLIB_SHA = "9f38886a40548c6e96c106b752f242130ee11aaa068a56ba7e56f4511f33e4f2"
3737

3838
http_archive(
3939
name = "bazel_skylib",
@@ -121,7 +121,7 @@ maven_install(
121121
"org.slf4j:slf4j-simple:2.0.13",
122122
"org.json:json:20240303",
123123
"org.apache.commons:commons-text:1.12.0",
124-
"net.pearx.kasechange:kasechange-jvm:1.4.1",
124+
"net.pearx.kasechange:kasechange-jvm:1.6.1",
125125
# tests
126126
"org.junit.platform:junit-platform-commons:1.10.2",
127127
"org.junit.platform:junit-platform-console:1.10.2",

0 commit comments

Comments
 (0)