Skip to content

Commit

Permalink
Merge pull request #902 from typelevel/update/cats-mtl-1.4.0
Browse files Browse the repository at this point in the history
Update cats-mtl, cats-mtl-laws to 1.4.0
  • Loading branch information
mpilquist authored Nov 5, 2023
2 parents 49fceac + c3ae5c9 commit c8c5479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@ lazy val mtl = crossProject(JSPlatform, JVMPlatform, NativePlatform)
name := "natchez-mtl",
description := "cats-mtl bindings for Natchez.",
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-mtl" % "1.3.1",
"org.typelevel" %%% "cats-mtl-laws" % "1.3.1" % Test,
"org.typelevel" %%% "cats-mtl" % "1.4.0",
"org.typelevel" %%% "cats-mtl-laws" % "1.4.0" % Test,
"org.typelevel" %%% "discipline-munit" % "2.0.0-M3" % Test,
"org.typelevel" %%% "cats-effect-testkit" % "3.5.2" % Test
)
Expand Down

0 comments on commit c8c5479

Please sign in to comment.