bazel-sonatype

APACHE-2.0 License

Stars
3
Committers
5

Bot releases are hidden (Show)

bazel-sonatype - 1.1.1 Latest Release

Published by abrams27 almost 2 years ago

bazel-sonatype - 1.0.0

Published by abrams27 over 2 years ago

Release 1.0.0 (14.06.2022)

BAZEL_SONATYPE_TAG = "1.0.0"

BAZEL_SONATYPE_SHA = "781682e41963e0b874e439cc558d9ea8c80bffb9f1b8b76f5e388a27a3fc8417"

http_archive(
    name = "bazel_sonatype",
    sha256 = BAZEL_SONATYPE_SHA,  
    strip_prefix = "bazel-sonatype-{}".format(BAZEL_SONATYPE_TAG),
    url = "https://github.com/JetBrains/bazel-sonatype/archive/{}.zip".format(BAZEL_SONATYPE_TAG),
)

# --------------------------------------------------------------------------------------------------------------------
load("@bazel_sonatype//:defs.bzl", "sonatype_dependencies")

sonatype_dependencies()

Breaking changes ☠️

  • scala 2.13
bazel-sonatype - 0.0.1

Published by abrams27 over 2 years ago

Release 0.0.1 (21.02.2022)

BAZEL_SONATYPE_TAG = "0.0.1"

BAZEL_SONATYPE_SHA = "f7889b745694478a2d6a3618315a3e5f9bf1843aabfd7aa4429c4503ff39f397"

http_archive(
    name = "bazel_sonatype",
    sha256 = BAZEL_SONATYPE_SHA,  
    strip_prefix = "bazel-sonatype-{}".format(BAZEL_SONATYPE_TAG),
    url = "https://github.com/JetBrains/bazel-sonatype/archive/{}.zip".format(BAZEL_SONATYPE_TAG),
)

# --------------------------------------------------------------------------------------------------------------------
load("@bazel_sonatype//:defs.bzl", "sonatype_dependencies")

sonatype_dependencies()

Features 🎉

  • e v e r y t h i n g