Skip to content

Commit

Permalink
Merge pull request #192 from scala-steward/update/ox-0.0.21
Browse files Browse the repository at this point in the history
Update ox:core to 0.0.21
  • Loading branch information
fwbrasil authored Feb 29, 2024
2 parents 5e41638 + e325e56 commit 37ac7ed
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 @@ -208,7 +208,7 @@ lazy val `kyo-bench` =
libraryDependencies += "dev.zio" %% "zio-logging-slf4j2" % "2.2.2",
libraryDependencies += "dev.zio" %% "zio" % zioVersion,
libraryDependencies += "dev.zio" %% "zio-concurrent" % zioVersion,
libraryDependencies += "com.softwaremill.ox" %% "core" % "0.0.20",
libraryDependencies += "com.softwaremill.ox" %% "core" % "0.0.21",
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.16" % Test
)

Expand Down

0 comments on commit 37ac7ed

Please sign in to comment.