Skip to content

Commit

Permalink
Update common-jvm for Kotlin 1.8. (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjayVas authored Sep 26, 2023
1 parent 317c3b8 commit 097d16b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.1
5.4.0
9 changes: 0 additions & 9 deletions .editorconfig

This file was deleted.

6 changes: 3 additions & 3 deletions build/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def virtual_people_common_repositories():

http_archive(
name = "wfa_common_jvm",
sha256 = "ad623ee3b1893b47fc6c86d6b1c90ea1f46a44bdf502a1847518f6769597c5cf",
strip_prefix = "common-jvm-0.45.0",
url = "https://github.com/world-federation-of-advertisers/common-jvm/archive/refs/tags/v0.45.0.tar.gz",
sha256 = "2719f6147eccd2a493e573720c64fa3a13f344840f8416060753d97fe13ab942",
strip_prefix = "common-jvm-0.66.0",
url = "https://github.com/world-federation-of-advertisers/common-jvm/archive/refs/tags/v0.66.0.tar.gz",
)
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
load("@io_bazel_rules_kotlin//kotlin:jvm.bzl", "kt_jvm_library")
load("@wfa_common_jvm//build/rules_kotlin:defs.bzl", "kt_jvm_library")

package(default_visibility = ["//visibility:public"])

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
load("@io_bazel_rules_kotlin//kotlin:jvm.bzl", "kt_jvm_library")
load("@wfa_common_jvm//build/rules_kotlin:defs.bzl", "kt_jvm_library")

package(default_visibility = ["//visibility:public"])

Expand Down

0 comments on commit 097d16b

Please sign in to comment.