Skip to content

Commit

Permalink
Merge pull request #21 from Dwolla/update/natchez-core-0.3.1
Browse files Browse the repository at this point in the history
Update natchez-core, natchez-mtl to 0.3.1
  • Loading branch information
mergify[bot] authored Feb 15, 2023
2 parents 96afc32 + 1c6654c commit feb6ff7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
.settings(
name := "natchez-tagless",
libraryDependencies ++= Seq(
"org.tpolecat" %%% "natchez-core" % "0.3.0",
"org.tpolecat" %%% "natchez-mtl" % "0.3.0",
"org.tpolecat" %%% "natchez-testkit" % "0.3.0-19-fa6154a-SNAPSHOT" % Test,
"org.tpolecat" %%% "natchez-core" % "0.3.1",
"org.tpolecat" %%% "natchez-mtl" % "0.3.1",
"org.tpolecat" %%% "natchez-testkit" % "0.3.1" % Test,
"org.typelevel" %%% "cats-tagless-core" % "0.14.0",
"org.typelevel" %%% "cats-mtl" % "1.3.0",
"io.circe" %%% "circe-core" % "0.14.4",
Expand Down

0 comments on commit feb6ff7

Please sign in to comment.