Skip to content

Commit

Permalink
Merge pull request #118 from scala-steward/update/eff-5.19.0
Browse files Browse the repository at this point in the history
Update eff to 5.19.0
  • Loading branch information
vigoo authored Jul 27, 2021
2 parents cf5b4f1 + 2b730db commit 46aabb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ addCompilerPlugin("org.typelevel" %% "kind-projector" % "0.10.3")

libraryDependencies ++= Seq(
"org.typelevel" %% "cats-core" % "2.6.1",
"org.atnos" %% "eff" % "5.18.0",
"org.atnos" %% "eff" % "5.19.0",

"org.specs2" %% "specs2-core" % "4.12.3" % "test",
"org.specs2" %% "specs2-junit" % "4.12.3" % "test"
Expand Down

0 comments on commit 46aabb5

Please sign in to comment.