Skip to content

Commit 8fdda2b

Browse files
scala-stewardMateuszKubuszok
authored andcommitted
Update kind-projector to 0.13.3
1 parent 1ea1331 commit 8fdda2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ val dependencies = Seq(
211211
case Some((2, _)) =>
212212
Seq(
213213
"org.scala-lang" % "scala-reflect" % scalaVersion.value % "provided",
214-
compilerPlugin("org.typelevel" % "kind-projector" % "0.13.2" cross CrossVersion.full)
214+
compilerPlugin("org.typelevel" % "kind-projector" % "0.13.3" cross CrossVersion.full)
215215
)
216216
case _ => Seq.empty
217217
}

0 commit comments

Comments
 (0)