Skip to content

Commit

Permalink
util-test: Scala 3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbr committed Jun 30, 2022
1 parent 3cb1cd8 commit fa80c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ lazy val utilTest = Project(
id = "util-test",
base = file("util-test")
).settings(
sharedSettings
sharedScala3EnabledSettings
).settings(
name := "util-test",
libraryDependencies ++= Seq(
Expand Down

0 comments on commit fa80c54

Please sign in to comment.