Skip to content

Commit

Permalink
Merge pull request #186 from akiomik/bump-cats-effect-version-to-3.4
Browse files Browse the repository at this point in the history
Bump cats-effect version to 3.4
  • Loading branch information
akiomik authored Jun 19, 2023
2 parents a2fa35e + be41054 commit 8cc91d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt._

object Dependencies {
lazy val scalaJava8Compat = "org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2"
lazy val catsEffect = "org.typelevel" %% "cats-effect" % "3.3.14"
lazy val catsEffect = "org.typelevel" %% "cats-effect" % "3.4.11"
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.16"
lazy val catsEffectTestingScalaTest = "org.typelevel" %% "cats-effect-testing-scalatest" % "1.5.0"
}

0 comments on commit 8cc91d7

Please sign in to comment.