Skip to content

Commit

Permalink
Update quotidian to 0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 2, 2024
1 parent 145e4e5 commit 81d350e
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 @@ -85,7 +85,7 @@ lazy val animus = crossProject(JSPlatform)
commonSettings,
libraryDependencies ++= Seq(
"dev.zio" %%% "zio-test" % zioVersion % Test,
"io.github.kitlangton" %%% "quotidian" % "0.0.17"
"io.github.kitlangton" %%% "quotidian" % "0.0.18"
)
)
.jsSettings(
Expand Down

0 comments on commit 81d350e

Please sign in to comment.