diff --git a/build.sbt b/build.sbt index c22ab4ae..9afaf86f 100644 --- a/build.sbt +++ b/build.sbt @@ -189,7 +189,7 @@ lazy val examples = crossProject(JSPlatform, JVMPlatform) "org.http4s" %%% "http4s-ember-client" % http4sVersion, "org.tpolecat" %%% "natchez-xray" % natchezVersion, "org.tpolecat" %%% "natchez-http4s" % "0.6.1", - "org.tpolecat" %%% "skunk-core" % "0.6.4" + "org.tpolecat" %%% "skunk-core" % "0.6.5" ) ) .settings(commonSettings)