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
Tofu-bot authored and danslapman committed Oct 2, 2024
1 parent c8cec3b commit 4e98f1b
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 @@ -82,7 +82,7 @@ lazy val opticsMacro = project
CrossVersion.partialVersion(scalaVersion.value) match {
case Some((3, _)) =>
Seq(
"io.github.kitlangton" %% "quotidian" % "0.0.17"
"io.github.kitlangton" %% "quotidian" % "0.0.18"
)
case _ => Seq.empty
}
Expand Down

0 comments on commit 4e98f1b

Please sign in to comment.