Skip to content

Commit

Permalink
Update natchez-core to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davenverse-steward[bot] committed Aug 2, 2023
1 parent 1777fe7 commit 8aa227a
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 @@ -35,7 +35,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % catsV,
"org.typelevel" %%% "cats-effect" % catsEffectV,
"org.tpolecat" %%% "natchez-core" % "0.3.2",
"org.tpolecat" %%% "natchez-core" % "0.3.3",
"io.chrisdavenport" %%% "fiberlocal" % "0.1.1",
"org.typelevel" %%% "munit-cats-effect-3" % munitCatsEffectV % Test,

Expand Down

0 comments on commit 8aa227a

Please sign in to comment.