Skip to content

Commit

Permalink
Merge pull request #413 from typelevel/update/skunk-core-0.6.1
Browse files Browse the repository at this point in the history
Update skunk-core to 0.6.1
  • Loading branch information
armanbilge authored Oct 11, 2023
2 parents e688760 + cba32b3 commit c54e8ed
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 @@ -188,7 +188,7 @@ lazy val examples = crossProject(JSPlatform, JVMPlatform)
"org.http4s" %%% "http4s-ember-client" % http4sVersion,
"org.tpolecat" %%% "natchez-xray" % natchezVersion,
"org.tpolecat" %%% "natchez-http4s" % "0.5.0",
"org.tpolecat" %%% "skunk-core" % "0.6.0"
"org.tpolecat" %%% "skunk-core" % "0.6.1"
)
)
.settings(commonSettings)
Expand Down

0 comments on commit c54e8ed

Please sign in to comment.