Skip to content

Commit

Permalink
Update rules_kotlin to latest master
Browse files Browse the repository at this point in the history
Major enhancement is Kotlin 1.3 support, see
bazelbuild/rules_kotlin#159

Change-Id: I5dd9c34b0e5469537c81718403ff58d987050095
GitOrigin-RevId: 9a983166b62c9310ac9aef3338050f1590018913
  • Loading branch information
gertvdijk committed Dec 9, 2019
1 parent e114cd3 commit c14f7dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -310,11 +310,11 @@ sh_binary(
)

if not omit_io_bazel_rules_kotlin:
rules_kotlin_version = "40efd46789a06f06655e867dcaec2a84815461df"
rules_kotlin_version = "8ca948548159f288450516a09248dcfb9e957804"

http_archive(
name = "io_bazel_rules_kotlin",
sha256 = "686d4dfb0f555a6b5cd587f11f34e464320065aafd052dfee4157105b8f91870",
sha256 = "05feb1d521a912f13a8d32a6aed0446b1876f577ece47edeec6e551a802b8b58",
strip_prefix = "rules_kotlin-%s" % rules_kotlin_version,
url = "https://github.com/bazelbuild/rules_kotlin/archive/%s.zip" % rules_kotlin_version,
)
Expand Down

0 comments on commit c14f7dc

Please sign in to comment.