Skip to content

Commit fae3d9e

Browse files
committed
Update kind-projector to 0.13.4
1 parent 7331cfb commit fae3d9e

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
@@ -146,7 +146,7 @@ lazy val commonSettings =
146146

147147
// Kind Projector (Scala 2 only)
148148
libraryDependencies ++= Seq(
149-
compilerPlugin("org.typelevel" %% "kind-projector" % "0.13.3" cross CrossVersion.full),
149+
compilerPlugin("org.typelevel" %% "kind-projector" % "0.13.4" cross CrossVersion.full),
150150
compilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1")
151151
).filterNot(_ => tlIsScala3.value),
152152

0 commit comments

Comments
 (0)