Skip to content

Commit 3e38721

Browse files
authored
Merge pull request #13 from fboldog/kotlin_1_1_2_2
kotlin 1.1.2-2 update
2 parents 8de6f19 + 9619682 commit 3e38721

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ kotlin_repositories()
2727

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

3232
```sh
3333
bazel query @com_github_jetbrains_kotlin//... --output label_kind

kotlin/rules.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ sh_binary(
224224
def kotlin_repositories():
225225
native.new_http_archive(
226226
name = "com_github_jetbrains_kotlin",
227-
url = "https://github.com/JetBrains/kotlin/releases/download/v1.1.1/kotlin-compiler-1.1.1.zip",
228-
sha256 = "aca2c91f6e10224df07bf523d34736c9a1f101bcf53b26104314503a57a026b1",
227+
url = "https://github.com/JetBrains/kotlin/releases/download/v1.1.2-2/kotlin-compiler-1.1.2-2.zip",
228+
sha256 = "57e18528f665675206e88cdc0bd42d1550b10f2508e08035270974d7abec3f2f",
229229
build_file_content = KOTLIN_BUILD,
230230
strip_prefix = "kotlinc",
231231
)

0 commit comments

Comments
 (0)