Skip to content

Commit

Permalink
WORKSPACE modified
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-skrodzka committed Oct 25, 2024
1 parent ffbbc85 commit d4c5d97
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -82,22 +82,6 @@ rules_scala3_init()

scala_register_toolchains(default_compiler = "bootstrap")

load("//3rdparty:workspace.bzl", "maven_dependencies")

maven_dependencies()

load("//scala/3rdparty:workspace.bzl", "maven_dependencies")

maven_dependencies()

load("//rules/scalafmt/3rdparty:workspace.bzl", "maven_dependencies")

maven_dependencies()

load("//rules/scala_proto/3rdparty:workspace.bzl", "maven_dependencies")

maven_dependencies()

load("//mezel_compatibility:repositories.bzl", "mezel_compatibility_repository")

mezel_compatibility_repository(
Expand All @@ -109,11 +93,3 @@ mezel_compatibility_repository(
load("@mezel//rules:load_mezel.bzl", "load_mezel")

load_mezel()

load("//rules/scalafmt:config.bzl", "scalafmt_default_config")

scalafmt_default_config(".scalafmt.conf")

load("@bazel_features//:deps.bzl", "bazel_features_deps")

bazel_features_deps()

0 comments on commit d4c5d97

Please sign in to comment.