Skip to content

Commit

Permalink
Update ox:core to 0.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 23, 2024
1 parent 3fd89d2 commit a275a27
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.19",
libraryDependencies += "com.softwaremill.ox" %% "core" % "0.0.20",
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.16" % Test
)

Expand Down

0 comments on commit a275a27

Please sign in to comment.