Skip to content

Commit

Permalink
Update ox:core to 0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 5, 2023
1 parent 6c6ae67 commit 066fc1b
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 @@ -288,7 +288,7 @@ lazy val `kyo-bench` =
libraryDependencies += "dev.zio" %% "zio-logging-slf4j2" % "2.1.16",
libraryDependencies += "dev.zio" %% "zio" % zioVersion,
libraryDependencies += "dev.zio" %% "zio-concurrent" % zioVersion,
libraryDependencies += "com.softwaremill.ox" %% "core" % "0.0.14",
libraryDependencies += "com.softwaremill.ox" %% "core" % "0.0.16",
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.16" % Test
)

Expand Down

0 comments on commit 066fc1b

Please sign in to comment.