Skip to content

Releases: bazel-contrib/rules_scala

v7.2.4

05 Mar 18:07
4c163dd

Choose a tag to compare

Using Bzlmod

Paste this snippet into your MODULE.bazel file:

# Set `repo_name = "io_bazel_rules_scala"` if you still need it.
bazel_dep(name = "rules_scala", version = "7.2.4")

Using WORKSPACE

Paste this snippet into your WORKSPACE file:

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

http_archive(
    name = "rules_scala",  # Can be "io_bazel_rules_scala" if you still need it.
    sha256 = "d6f08b6f0f9636aff3e85928acb194914b8606ceff447d189d260eafb83483f4",
    strip_prefix = "rules_scala-7.2.4",
    url = "https://github.com/bazelbuild/rules_scala/releases/download/v7.2.4/rules_scala-v7.2.4.tar.gz",
)

See https://github.com/bazelbuild/rules_scala#getting-started for full setup instructions.

What's Changed

  • Restore compatibility_level, yank 7.2.3 by @mbland in #1817

Full Changelog: v7.2.3...v7.2.4

v7.2.3

27 Feb 16:12
8cef613

Choose a tag to compare

Using Bzlmod

Paste this snippet into your MODULE.bazel file:

# Set `repo_name = "io_bazel_rules_scala"` if you still need it.
bazel_dep(name = "rules_scala", version = "7.2.3")

Using WORKSPACE

Paste this snippet into your WORKSPACE file:

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

http_archive(
    name = "rules_scala",  # Can be "io_bazel_rules_scala" if you still need it.
    sha256 = "9b5bd7ec98f11abcb730326919cf5dc68f8a356bf9ca2b8b97e9e4e9ae3b0162",
    strip_prefix = "rules_scala-7.2.3",
    url = "https://github.com/bazelbuild/rules_scala/releases/download/v7.2.3/rules_scala-v7.2.3.tar.gz",
)

See https://github.com/bazelbuild/rules_scala#getting-started for full setup instructions.

What's Changed

Full Changelog: v7.2.2...v7.2.3

v7.2.2

17 Feb 21:08
e878efc

Choose a tag to compare

Using Bzlmod

Paste this snippet into your MODULE.bazel file:

# Set `repo_name = "io_bazel_rules_scala"` if you still need it.
bazel_dep(name = "rules_scala", version = "7.2.2")

Using WORKSPACE

Paste this snippet into your WORKSPACE file:

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

http_archive(
    name = "rules_scala",  # Can be "io_bazel_rules_scala" if you still need it.
    sha256 = "c81d0127caf7e573606411a2ba425a6277a06052f7c279dabc974a170b829fd9",
    strip_prefix = "rules_scala-7.2.2",
    url = "https://github.com/bazelbuild/rules_scala/releases/download/v7.2.2/rules_scala-v7.2.2.tar.gz",
)

See https://github.com/bazelbuild/rules_scala#getting-started for full setup instructions.

What's Changed

New Contributors

Full Changelog: v7.2.1...v7.2.2

v7.2.1

30 Jan 21:30
e938d57

Choose a tag to compare

Using Bzlmod

Paste this snippet into your MODULE.bazel file:

# Set `repo_name = "io_bazel_rules_scala"` if you still need it.
bazel_dep(name = "rules_scala", version = "7.2.1")

Using WORKSPACE

Paste this snippet into your WORKSPACE file:

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

http_archive(
    name = "rules_scala",  # Can be "io_bazel_rules_scala" if you still need it.
    sha256 = "0d063e92184ab8ffa3c9b6f850bd9a790cd6141b5a688721843910ecdc019316",
    strip_prefix = "rules_scala-7.2.1",
    url = "https://github.com/bazelbuild/rules_scala/releases/download/v7.2.1/rules_scala-v7.2.1.tar.gz",
)

See https://github.com/bazelbuild/rules_scala#getting-started for full setup instructions.

What's Changed

  • Set the module version to the empty string by @mbland in #1806

Full Changelog: v7.2.0...v7.2.1

v7.2.0

30 Jan 00:38
48e3d87

Choose a tag to compare

Using Bzlmod

Paste this snippet into your MODULE.bazel file:

# Set `repo_name = "io_bazel_rules_scala"` if you still need it.
bazel_dep(name = "rules_scala", version = "7.2.0")

Using WORKSPACE

Paste this snippet into your WORKSPACE file:

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

http_archive(
    name = "rules_scala",  # Can be "io_bazel_rules_scala" if you still need it.
    sha256 = "8518d0efc2cc7f420b4f2948f79f9e586b33abee5d5661ba79749baa2af97e2e",
    strip_prefix = "rules_scala-7.2.0",
    url = "https://github.com/bazelbuild/rules_scala/releases/download/v7.2.0/rules_scala-v7.2.0.tar.gz",
)

See https://github.com/bazelbuild/rules_scala#getting-started for full setup instructions.

What's Changed

Full Changelog: v7.1.6...v7.2.0

v7.1.6

05 Jan 17:04
eae29fd

Choose a tag to compare

Using Bzlmod

Paste this snippet into your MODULE.bazel file:

# Set `repo_name = "io_bazel_rules_scala"` if you still need it.
bazel_dep(name = "rules_scala", version = "7.1.6")

Using WORKSPACE

Paste this snippet into your WORKSPACE file:

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

http_archive(
    name = "rules_scala",  # Can be "io_bazel_rules_scala" if you still need it.
    sha256 = "4aff49ff17bb91203e6ec63258b24f20b2843bc3f8dfb69045ff5df96a01b432",
    strip_prefix = "rules_scala-7.1.6",
    url = "https://github.com/bazelbuild/rules_scala/releases/download/v7.1.6/rules_scala-v7.1.6.tar.gz",
)

See https://github.com/bazelbuild/rules_scala#getting-started for full setup instructions.

What's Changed

Full Changelog: v7.1.5...v7.1.6

v7.1.5

12 Nov 18:56
904f003

Choose a tag to compare

Using Bzlmod

Paste this snippet into your MODULE.bazel file:

# Set `repo_name = "io_bazel_rules_scala"` if you still need it.
bazel_dep(name = "rules_scala", version = "7.1.5")

Using WORKSPACE

Paste this snippet into your WORKSPACE file:

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

http_archive(
    name = "rules_scala",  # Can be "io_bazel_rules_scala" if you still need it.
    sha256 = "f8085332d5862f889454b44b69cc8d6c654184495099afdf3aff79c0a98215ae",
    strip_prefix = "rules_scala-7.1.5",
    url = "https://github.com/bazelbuild/rules_scala/releases/download/v7.1.5/rules_scala-v7.1.5.tar.gz",
)

See https://github.com/bazelbuild/rules_scala#getting-started for full setup instructions.

What's Changed

Full Changelog: v7.1.4...v7.1.5

v7.1.4

05 Nov 12:37
adb239e

Choose a tag to compare

Using Bzlmod

Paste this snippet into your MODULE.bazel file:

# Set `repo_name = "io_bazel_rules_scala"` if you still need it.
bazel_dep(name = "rules_scala", version = "7.1.4")

Using WORKSPACE

Paste this snippet into your WORKSPACE file:

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

http_archive(
    name = "rules_scala",  # Can be "io_bazel_rules_scala" if you still need it.
    sha256 = "43a6725dc80000eba0b4583b42e18732cf4ad2ffb71d5ab4addcaf8c6eacdaf6",
    strip_prefix = "rules_scala-7.1.4",
    url = "https://github.com/bazelbuild/rules_scala/releases/download/v7.1.4/rules_scala-v7.1.4.tar.gz",
)

See https://github.com/bazelbuild/rules_scala#getting-started for full setup instructions.

What's Changed

  • Bump to rules_go 0.58.2, update Go in WORKSPACE by @mbland in #1782
  • Replace .bazelversion files with symlinks by @mbland in #1783
  • Improve test efficiency, reduce lock file size by @mbland in #1784
  • Make extensions reproducible, add lock files by @mbland in #1785
  • Bump to Bazel 7.7.0 by @mbland in #1787

Full Changelog: v7.1.3...v7.1.4

v7.1.3

22 Oct 21:26
752b305

Choose a tag to compare

Using Bzlmod

Paste this snippet into your MODULE.bazel file:

# Set `repo_name = "io_bazel_rules_scala"` if you still need it.
bazel_dep(name = "rules_scala", version = "7.1.3")

Using WORKSPACE

Paste this snippet into your WORKSPACE file:

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

http_archive(
    name = "rules_scala",  # Can be "io_bazel_rules_scala" if you still need it.
    sha256 = "614eccce470676c26d70ae6ed3c5dee429022ec3e7a898767b5f83074a41ac98",
    strip_prefix = "rules_scala-7.1.3",
    url = "https://github.com/bazelbuild/rules_scala/releases/download/v7.1.3/rules_scala-v7.1.3.tar.gz",
)

See https://github.com/bazelbuild/rules_scala#getting-started for full setup instructions.

What's Changed

New Contributors

Full Changelog: v7.1.2...v7.1.3

v7.1.2

15 Sep 12:35
2464e65

Choose a tag to compare

Using Bzlmod

Paste this snippet into your MODULE.bazel file:

# Set `repo_name = "io_bazel_rules_scala"` if you still need it.
bazel_dep(name = "rules_scala", version = "7.1.2")

Using WORKSPACE

Paste this snippet into your WORKSPACE file:

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

http_archive(
    name = "rules_scala",  # Can be "io_bazel_rules_scala" if you still need it.
    sha256 = "5338511555719caa1625c2a7fcb64e367db0cf19dae1505c3f6af480d35605e9",
    strip_prefix = "rules_scala-7.1.2",
    url = "https://github.com/bazelbuild/rules_scala/releases/download/v7.1.2/rules_scala-v7.1.2.tar.gz",
)

See https://github.com/bazelbuild/rules_scala#getting-started for full setup instructions.

What's Changed

Full Changelog: v7.1.1...v7.1.2