Skip to content

Commit

Permalink
update kind projector
Browse files Browse the repository at this point in the history
  • Loading branch information
froth committed Feb 27, 2024
1 parent 43df878 commit 03e9f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/g8/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ lazy val root = (project in file("."))
"org.scalameta" % "svm-subs" % "101.0.0"
$endif$
),
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"),
assembly / assemblyMergeStrategy := {
case "module-info.class" => MergeStrategy.discard
Expand Down

0 comments on commit 03e9f02

Please sign in to comment.