We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c8b941 commit 66c9b48Copy full SHA for 66c9b48
README.md
@@ -56,11 +56,11 @@ this:
56
```python
57
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
58
59
-rules_kotlin_version = "1.8"
60
-rules_kotlin_sha = "01293740a16e474669aba5b5a1fe3d368de5832442f164e4fbfc566815a8bc3a"
+rules_kotlin_version = "1.9.0"
+rules_kotlin_sha = "5766f1e599acf551aa56f49dab9ab9108269b03c557496c54acaf41f98e2b8d6"
61
http_archive(
62
name = "rules_kotlin",
63
- urls = ["https://github.com/bazelbuild/rules_kotlin/releases/download/v%s/rules_kotlin_release.tgz" % rules_kotlin_version],
+ urls = ["https://github.com/bazelbuild/rules_kotlin/releases/download/v%s/rules_kotlin-v%s.tar.gz" % rules_kotlin_version],
64
sha256 = rules_kotlin_sha,
65
)
66
0 commit comments