Skip to content

Commit

Permalink
kotlin rules v1.7.1 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
sugarmanz authored Dec 4, 2023
1 parent ae10d5b commit 16e3fff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions kotlin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ By default, the workspace declaration is configured to work with Player modules.
```python
load("@rules_player//kotlin:workspace.bzl", "kotlin")
kotlin(
tag = "v1.5.0",
sha256 = "12d22a3d9cbcf00f2e2d8f0683ba87d3823cb8c7f6837568dd7e48846e023307",
# Defaults
tag = "v1.7.1",
sha256 = "fd92a98bd8a8f0e1cdcb490b93f5acef1f1727ed992571232d33de42395ca9b3",
baseUrl = "https://github.com/bazelbuild/rules_kotlin/releases/download",
)
```
Expand Down
8 changes: 4 additions & 4 deletions kotlin/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ load("//internal:maybe.bzl", "maybe")

# Load Kotlin rules from remote artifact
def kotlin(
tag = "v1.5.0-sugarmanz",
sha256 = "2d73b4f4343f3dfe6658a25b5751f2f6330c39f4ec23182d266174fa6bbd3192",
tag = "v1.7.1",
sha256 = "fd92a98bd8a8f0e1cdcb490b93f5acef1f1727ed992571232d33de42395ca9b3",
baseUrl = "https://github.com/bazelbuild/rules_kotlin/releases/download",
name = "rules_kotlin_release.tgz",
baseUrl = "https://github.com/sugarmanz/rules_kotlin/releases/download",
):
maybe(
http_archive,
Expand All @@ -20,7 +20,7 @@ def kotlin(

# Load Kotlin rules from git
def kotlin_repository(
remote = "https://github.com/sugarmanz/rules_kotlin.git",
remote = "https://github.com/bazelbuild/rules_kotlin.git",
**kwargs,
):
maybe(
Expand Down

0 comments on commit 16e3fff

Please sign in to comment.