diff --git a/build.sbt b/build.sbt index 6ada351..20bc11d 100644 --- a/build.sbt +++ b/build.sbt @@ -85,7 +85,7 @@ lazy val animus = crossProject(JSPlatform) commonSettings, libraryDependencies ++= Seq( "dev.zio" %%% "zio-test" % zioVersion % Test, - "io.github.kitlangton" %%% "quotidian" % "0.0.15" + "io.github.kitlangton" %%% "quotidian" % "0.0.17" ) ) .jsSettings(