Skip to content

Commit

Permalink
fixup! 816159a Fixed failing linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaden Peterson committed Jan 22, 2025
1 parent 965f38b commit 7cf1507
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/dottyijar/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ load("//scala:scala.bzl", "scala_binary", "scala_library")
scala_library(
name = "private-members",
srcs = ["PrivateMembers.scala"],
tags = ["manual"],
scala_version = "3.6.2",
tags = ["manual"],
)

scala_binary(
Expand All @@ -19,8 +19,8 @@ scala_binary(
scala_library(
name = "definition-values",
srcs = ["DefinitionValues.scala"],
tags = ["manual"],
scala_version = "3.6.2",
tags = ["manual"],
)

scala_library(
Expand Down

0 comments on commit 7cf1507

Please sign in to comment.