Skip to content

Commit

Permalink
Update kind-projector to 0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
toniogela-s-scala-steward[bot] authored and mergify[bot] committed Feb 24, 2024
1 parent 4ea1b10 commit 30c3f57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ lazy val root = (project in file(".")).enablePlugins(ScriptedPlugin).settings(
"co.fs2" %% "fs2-core" % "3.9.4",
"com.monovore" %% "decline-effect" % "2.4.1",
"is.cir" %% "ciris" % "3.5.0",
("org.typelevel" % "kind-projector" % "0.13.2").cross(CrossVersion.full),
("org.typelevel" % "kind-projector" % "0.13.3").cross(CrossVersion.full),
("com.github.cb372" % "scala-typed-holes" % "0.1.11").cross(CrossVersion.full),
"com.olegpy" %% "better-monadic-for" % "0.3.1",
"org.typelevel" %% "munit-cats-effect-3" % "1.0.7"
Expand Down
2 changes: 1 addition & 1 deletion src/main/g8/project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object Settings {

private val compilerPlugins: List[ModuleID] = List(
compilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1"),
crossVersionFullPlugin("org.typelevel" % "kind-projector" % "0.13.2"),
crossVersionFullPlugin("org.typelevel" % "kind-projector" % "0.13.3"),
crossVersionFullPlugin("com.github.cb372" % "scala-typed-holes" % "0.1.11")
)

Expand Down

0 comments on commit 30c3f57

Please sign in to comment.