Skip to content

Commit

Permalink
Preparing for 1.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mollyibot committed Oct 22, 2024
1 parent 9fa3607 commit d3f8c93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ workspace(name = "com_google_elemental2")
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

# Load J2CL separately
_J2CL_VERSION = "master"
_J2CL_VERSION = "20241021"

http_archive(
name = "com_google_j2cl",
strip_prefix = "j2cl-%s" % _J2CL_VERSION,
url = "https://github.com/google/j2cl/archive/%s.zip" % _J2CL_VERSION,
url = "https://github.com/google/j2cl/archive/v%s.zip" % _J2CL_VERSION,
)

load("@com_google_j2cl//build_defs:repository.bzl", "load_j2cl_repo_deps")
Expand Down
4 changes: 2 additions & 2 deletions build_defs/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

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

_JSINTEROP_GENERATOR_VERSION = "master"
_JSINTEROP_GENERATOR_VERSION = "20241021"

def load_elemental2_repo_deps():
http_archive(
name = "com_google_jsinterop_generator",
url = "https://github.com/google/jsinterop-generator/archive/%s.zip" % _JSINTEROP_GENERATOR_VERSION,
url = "https://github.com/google/jsinterop-generator/archive/v%s.zip" % _JSINTEROP_GENERATOR_VERSION,
strip_prefix = "jsinterop-generator-%s" % _JSINTEROP_GENERATOR_VERSION,
)

Expand Down

0 comments on commit d3f8c93

Please sign in to comment.