Skip to content

Commit 522a1e7

Browse files
authored
Merge pull request #9 from pubref/kotlin_1_1_1
Update kotlin to 1.1.1
2 parents 6582abe + 599c200 commit 522a1e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kotlin/rules.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ sh_binary(
220220
def kotlin_repositories():
221221
native.new_http_archive(
222222
name = "com_github_jetbrains_kotlin",
223-
url = "https://github.com/JetBrains/kotlin/releases/download/v1.1/kotlin-compiler-1.1.zip",
224-
sha256 = "aa44db28bf3ccdae8842b6b92bec5991eb430a80e580aafbc6a044678a2f359d",
223+
url = "https://github.com/JetBrains/kotlin/releases/download/v1.1.1/kotlin-compiler-1.1.1.zip",
224+
sha256 = "aca2c91f6e10224df07bf523d34736c9a1f101bcf53b26104314503a57a026b1",
225225
build_file_content = KOTLIN_BUILD,
226226
strip_prefix = "kotlinc",
227227
)

0 commit comments

Comments
 (0)