Skip to content

Commit

Permalink
fixup! Formatted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaden Peterson committed Jan 15, 2025
1 parent a973c9d commit 3e399c7
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions tests/ijar/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@ load("@rules_scala_annex//rules:scala.bzl", "scala_library")

scala_library(
name = "dependency",
srcs = ["Dependency.scala", "DependencyCacheInvalidation.scala"],
srcs = [
"Dependency.scala",
"DependencyCacheInvalidation.scala",
],
scala_toolchain_name = "test_zinc_2_13",
)

scala_library(
name = "dependent",
srcs = ["Dependent.scala", "DependentCacheInvalidation.scala"],
srcs = [
"Dependent.scala",
"DependentCacheInvalidation.scala",
],
scala_toolchain_name = "test_zinc_2_13",
deps = [":dependency"],
)
)

0 comments on commit 3e399c7

Please sign in to comment.