Skip to content

Commit

Permalink
Merge pull request #91 from scala-steward/update/ox-0.0.12
Browse files Browse the repository at this point in the history
Update ox:core to 0.0.12
  • Loading branch information
fwbrasil authored Sep 8, 2023
2 parents 0be3cc2 + 51c94a6 commit d2e9885
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 @@ -226,7 +226,7 @@ lazy val `kyo-bench` =
libraryDependencies += "org.typelevel" %% "cats-effect" % "3.5.1",
libraryDependencies += "dev.zio" %% "zio" % zioVersion,
libraryDependencies += "dev.zio" %% "zio-concurrent" % zioVersion,
libraryDependencies += "com.softwaremill.ox" %% "core" % "0.0.11"
libraryDependencies += "com.softwaremill.ox" %% "core" % "0.0.12"
)

lazy val `js-settings` = Seq(
Expand Down

0 comments on commit d2e9885

Please sign in to comment.