Skip to content

Commit b9653d0

Browse files
authored
Avoid infix syntax
1 parent 58e71aa commit b9653d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ inThisBuild(
4747
)
4848
)
4949
)
50-
lazy val kindProjector = "org.typelevel" % "kind-projector" % "0.13.4" cross CrossVersion.full
50+
lazy val kindProjector = ("org.typelevel" % "kind-projector" % "0.13.4").cross(CrossVersion.full)
5151

5252
lazy val buildSettings = Seq(
5353
scalacOptions ++= Seq(

0 commit comments

Comments
 (0)