Skip to content

Commit

Permalink
Merge pull request #140 from scala-steward/update/ox-0.0.16
Browse files Browse the repository at this point in the history
Update ox:core to 0.0.16
  • Loading branch information
fwbrasil authored Dec 5, 2023
2 parents 00d85a5 + 066fc1b commit 10e1f2f
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 10e1f2f

Please sign in to comment.