Skip to content

Commit 0ec6ccc

Browse files
committed
OTP26.0-rc3 -> final; OTP master is 27
1 parent 13c81ab commit 0ec6ccc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ erlang_config.internal_erlang_from_http_archive(
7979
name = "git_master",
8080
strip_prefix = "otp-master",
8181
url = "https://github.com/erlang/otp/archive/refs/heads/master.tar.gz",
82-
version = "26",
82+
version = "27",
8383
)
8484

8585
use_repo(

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,14 +155,14 @@ erlang_config(
155155
),
156156
internal_erlang_from_github_release(
157157
name = "26",
158-
sha256 = "ce962175c4d90161a7247d8e2e4ae36f9d8cc0214c8f52dba8ba84a82afc096f",
159-
version = "26.0-rc3",
158+
sha256 = "3ff3c53d7ef9a45b5720e95b8756269c1a1b58eb51accc992ca97522fdb234d4",
159+
version = "26.0",
160160
),
161161
internal_erlang_from_http_archive(
162162
name = "git_master",
163163
strip_prefix = "otp-master",
164164
url = "https://github.com/erlang/otp/archive/refs/heads/master.tar.gz",
165-
version = "26",
165+
version = "27",
166166
),
167167
],
168168
)

0 commit comments

Comments
 (0)