Skip to content

Commit

Permalink
Update cats-mtl, cats-mtl-laws to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed May 1, 2023
1 parent 22c691f commit b85dc32
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.0",
"org.typelevel" %%% "cats-mtl-laws" % "1.3.0" % Test,
"org.typelevel" %%% "cats-mtl" % "1.3.1",
"org.typelevel" %%% "cats-mtl-laws" % "1.3.1" % Test,
"org.typelevel" %%% "discipline-munit" % "2.0.0-M3" % Test,
"org.typelevel" %%% "cats-effect-testkit" % "3.4.9" % Test
)
Expand Down

0 comments on commit b85dc32

Please sign in to comment.