We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e17ed5 commit 59393a4Copy full SHA for 59393a4
build.sbt
@@ -160,7 +160,7 @@ lazy val commonSettings = Seq(
160
Seq(
161
scalaOrganization.value % "scala-compiler" % scalaVersion.value % Provided,
162
scalaOrganization.value % "scala-reflect" % scalaVersion.value % Provided,
163
- compilerPlugin("org.typelevel" % "kind-projector" % "0.13.2" cross CrossVersion.full),
+ compilerPlugin("org.typelevel" % "kind-projector" % "0.13.3" cross CrossVersion.full),
164
compilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1")
165
)
166
}),
0 commit comments