Skip to content

Commit d94c3fc

Browse files
committed
Fix build
1 parent 49869ae commit d94c3fc

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-
(root / Compile / compile).toTask("")
151+
Def.task[Unit]((root / Compile / compile).value)
152152
},
153153
example / Compile / compile,
154154
).value

0 commit comments

Comments
 (0)