Skip to content

Commit

Permalink
Merge pull request #9 from pubref/kotlin_1_1_1
Browse files Browse the repository at this point in the history
Update kotlin to 1.1.1
  • Loading branch information
pcj authored Mar 20, 2017
2 parents 6582abe + 599c200 commit 522a1e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kotlin/rules.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ sh_binary(
def kotlin_repositories():
native.new_http_archive(
name = "com_github_jetbrains_kotlin",
url = "https://github.com/JetBrains/kotlin/releases/download/v1.1/kotlin-compiler-1.1.zip",
sha256 = "aa44db28bf3ccdae8842b6b92bec5991eb430a80e580aafbc6a044678a2f359d",
url = "https://github.com/JetBrains/kotlin/releases/download/v1.1.1/kotlin-compiler-1.1.1.zip",
sha256 = "aca2c91f6e10224df07bf523d34736c9a1f101bcf53b26104314503a57a026b1",
build_file_content = KOTLIN_BUILD,
strip_prefix = "kotlinc",
)

0 comments on commit 522a1e7

Please sign in to comment.