Skip to content

Commit 66c9b48

Browse files
authored
Update README.md (#1073)
1 parent 7c8b941 commit 66c9b48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ this:
5656
```python
5757
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
5858

59-
rules_kotlin_version = "1.8"
60-
rules_kotlin_sha = "01293740a16e474669aba5b5a1fe3d368de5832442f164e4fbfc566815a8bc3a"
59+
rules_kotlin_version = "1.9.0"
60+
rules_kotlin_sha = "5766f1e599acf551aa56f49dab9ab9108269b03c557496c54acaf41f98e2b8d6"
6161
http_archive(
6262
name = "rules_kotlin",
63-
urls = ["https://github.com/bazelbuild/rules_kotlin/releases/download/v%s/rules_kotlin_release.tgz" % rules_kotlin_version],
63+
urls = ["https://github.com/bazelbuild/rules_kotlin/releases/download/v%s/rules_kotlin-v%s.tar.gz" % rules_kotlin_version],
6464
sha256 = rules_kotlin_sha,
6565
)
6666

0 commit comments

Comments
 (0)