File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ kotlin_repositories()
2727
2828This 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
3333bazel query @com_github_jetbrains_kotlin//... --output label_kind
Original file line number Diff line number Diff line change @@ -224,8 +224,8 @@ sh_binary(
224224def 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 )
You can’t perform that action at this time.
0 commit comments