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 6582abe commit 599c200Copy full SHA for 599c200
kotlin/rules.bzl
@@ -220,8 +220,8 @@ sh_binary(
220
def kotlin_repositories():
221
native.new_http_archive(
222
name = "com_github_jetbrains_kotlin",
223
- url = "https://github.com/JetBrains/kotlin/releases/download/v1.1/kotlin-compiler-1.1.zip",
224
- sha256 = "aa44db28bf3ccdae8842b6b92bec5991eb430a80e580aafbc6a044678a2f359d",
+ url = "https://github.com/JetBrains/kotlin/releases/download/v1.1.1/kotlin-compiler-1.1.1.zip",
+ sha256 = "aca2c91f6e10224df07bf523d34736c9a1f101bcf53b26104314503a57a026b1",
225
build_file_content = KOTLIN_BUILD,
226
strip_prefix = "kotlinc",
227
)
0 commit comments