Skip to content

Commit 49869ae

Browse files
committed
Fix mistake
1 parent e4b76ba commit 49869ae

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

0 commit comments

Comments
 (0)