diff --git a/.bazelversion b/.bazelversion index acf69b4..1e20ec3 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1 +1 @@ -5.1.0 \ No newline at end of file +5.4.0 \ No newline at end of file diff --git a/README.md b/README.md index 1fa9712..2498ca0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # J2CL Protobuf · [![Build Status](https://github.com/google/j2cl-protobuf/actions/workflows/ci.yaml/badge.svg)](https://github.com/google/j2cl-protobuf/actions/workflows/ci.yaml) +> [!IMPORTANT] +> As of March 2025 this project has been archived and will not be receiving +> further updates. + This repository contains [J2CL](http://j2cl.io) compatible implementation of [Protocol Buffers](https://developers.google.com/protocol-buffers). diff --git a/WORKSPACE b/WORKSPACE index bb2b12a..c219536 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -3,7 +3,7 @@ workspace(name = "com_google_j2cl_protobuf") load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # Load J2CL separately -_J2CL_VERSION = "master" +_J2CL_VERSION = "7856e8b4cace643a8cc088a40eb21ec82dd3a03f" http_archive( name = "com_google_j2cl", diff --git a/repository.bzl b/repository.bzl index eb7b155..c6d37cb 100644 --- a/repository.bzl +++ b/repository.bzl @@ -2,7 +2,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") -_JSINTEROP_BASE_VERSION = "master" +_JSINTEROP_BASE_VERSION = "419d2746c6242bce5bbb651724c8c8962e25df71" def load_j2cl_proto_repo_deps(): http_archive(