Skip to content

Commit 250375f

Browse files
committed
Preparing for 1.2.3 release
1 parent adfe7fa commit 250375f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ workspace(name = "com_google_elemental2")
33
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
44

55
# Load J2CL separately
6-
_J2CL_VERSION = "master"
6+
_J2CL_VERSION = "20241031"
77

88
http_archive(
99
name = "com_google_j2cl",
1010
strip_prefix = "j2cl-%s" % _J2CL_VERSION,
11-
url = "https://github.com/google/j2cl/archive/%s.zip" % _J2CL_VERSION,
11+
url = "https://github.com/google/j2cl/archive/v%s.zip" % _J2CL_VERSION,
1212
)
1313

1414
load("@com_google_j2cl//build_defs:repository.bzl", "load_j2cl_repo_deps")

build_defs/repository.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
44

5-
_JSINTEROP_GENERATOR_VERSION = "master"
5+
_JSINTEROP_GENERATOR_VERSION = "20241031"
66

77
def load_elemental2_repo_deps():
88
http_archive(
99
name = "com_google_jsinterop_generator",
10-
url = "https://github.com/google/jsinterop-generator/archive/%s.zip" % _JSINTEROP_GENERATOR_VERSION,
10+
url = "https://github.com/google/jsinterop-generator/archive/v%s.zip" % _JSINTEROP_GENERATOR_VERSION,
1111
strip_prefix = "jsinterop-generator-%s" % _JSINTEROP_GENERATOR_VERSION,
1212
)
1313

0 commit comments

Comments
 (0)