Skip to content

Commit

Permalink
Merge pull request #13 from fboldog/kotlin_1_1_2_2
Browse files Browse the repository at this point in the history
kotlin 1.1.2-2 update
  • Loading branch information
pcj authored Apr 29, 2017
2 parents 8de6f19 + 9619682 commit 3e38721
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ kotlin_repositories()

This will fetch a
[release](https://github.com/JetBrains/kotlin/releases) (currently
1.0.3) and expose the shell scripts and the runtime library.
1.1.2-2) and expose the shell scripts and the runtime library.

```sh
bazel query @com_github_jetbrains_kotlin//... --output label_kind
Expand Down
4 changes: 2 additions & 2 deletions kotlin/rules.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,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.1/kotlin-compiler-1.1.1.zip",
sha256 = "aca2c91f6e10224df07bf523d34736c9a1f101bcf53b26104314503a57a026b1",
url = "https://github.com/JetBrains/kotlin/releases/download/v1.1.2-2/kotlin-compiler-1.1.2-2.zip",
sha256 = "57e18528f665675206e88cdc0bd42d1550b10f2508e08035270974d7abec3f2f",
build_file_content = KOTLIN_BUILD,
strip_prefix = "kotlinc",
)

0 comments on commit 3e38721

Please sign in to comment.