diff --git a/build.sbt b/build.sbt index cf70c9f..b0c3077 100644 --- a/build.sbt +++ b/build.sbt @@ -72,7 +72,7 @@ lazy val commonSettings = Seq( crossScalaVersions := Seq(scalaVersion.value), Test / fork := true, Compile / compile / wartremoverErrors ++= Warts.allBut(Wart.Any, Wart.Nothing), // false positive - addCompilerPlugin("org.typelevel" %% "kind-projector" % "0.13.2" cross CrossVersion.full), + addCompilerPlugin("org.typelevel" %% "kind-projector" % "0.13.3" cross CrossVersion.full), addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1") )