Skip to content

Commit

Permalink
remove maven_install with annex_deps from WORKSPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-skrodzka committed Oct 25, 2024
1 parent 8f6f268 commit 3a750fd
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,6 @@ http_archive(

load("@rules_jvm_external//:defs.bzl", "maven_install")

maven_install(
name = "annex_deps",
artifacts = [
"com.github.scopt:scopt_3:4.1.0",
"org.scala-sbt:librarymanagement-core_3:2.0.0-M2",
"org.scala-sbt:librarymanagement-coursier_3:2.0.0-alpha8",
],
fetch_sources = True,
maven_install_json = "@rules_scala3//:annex_deps_install.json",
repositories = [
"https://repo1.maven.org/maven2",
"https://repo.maven.apache.org/maven2",
"https://maven-central.storage-download.googleapis.com/maven2",
"https://mirror.bazel.build/repo1.maven.org/maven2",
"https://scala-ci.typesafe.com/artifactory/scala-integration/",
],
)

load("@annex_deps//:defs.bzl", "pinned_maven_install")

pinned_maven_install()

rules_cc_version = "0.0.9"

http_archive(
Expand Down

0 comments on commit 3a750fd

Please sign in to comment.