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
scala-steward committed Feb 25, 2024
1 parent a998384 commit 9a01e0a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ import sbt.*

object Dependencies {

val scalatest = "org.scalatest" %% "scalatest" % "3.2.16"
val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "3.6.0"
val smetrics = "com.evolutiongaming" %% "smetrics" % "2.0.0"
val `kind-projector` = "org.typelevel" % "kind-projector" % "0.13.2"
val betterMonadicFor = "com.olegpy" %% "better-monadic-for" % "0.3.1"
val scalatest = "org.scalatest" %% "scalatest" % "3.2.16"
val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "3.6.0"
val smetrics = "com.evolutiongaming" %% "smetrics" % "2.0.0"
val `kind-projector` = "org.typelevel" % "kind-projector" % "0.13.3"
val betterMonadicFor = "com.olegpy" %% "better-monadic-for" % "0.3.1"

object Cats {
val core = "org.typelevel" %% "cats-core" % "2.9.0"
val core = "org.typelevel" %% "cats-core" % "2.9.0"
val effect = "org.typelevel" %% "cats-effect" % "3.4.11"
}
}

0 comments on commit 9a01e0a

Please sign in to comment.