Skip to content

Commit e4b76ba

Browse files
committed
Scala 3 compile after scalafmt
1 parent 7be8476 commit e4b76ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ ThisBuild / prePR_nonCross := Def.sequential(
148148
if (scalaVersion.value.startsWith("2."))
149149
(root / Compile / scalafix).toTask("")
150150
else
151-
Def.task(())
151+
(root / Compile / scalafix).toTask("")
152152
},
153153
example / Compile / compile,
154154
).value

0 commit comments

Comments
 (0)