Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and mrebiai committed Jan 6, 2025
1 parent c466e2c commit 0aaee9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ lazy val root = (project in file("."))
"com.typesafe" % "config" % "1.4.3",
"io.gatling" % "gatling-jsonpath" % "3.13.1",
"com.lihaoyi" %% "os-lib" % "0.11.3",
"ch.qos.logback" % "logback-classic" % "1.5.15" % Runtime,
"ch.qos.logback" % "logback-classic" % "1.5.16" % Runtime,
"dev.zio" %% "zio" % zioVersion,
"dev.zio" %% "zio-streams" % zioVersion,
"dev.zio" %% "zio-logging-slf4j2" % "2.4.0",
),
// only tests
libraryDependencies ++= Seq(
"io.cucumber" % "cucumber-junit" % "7.20.1",
"org.scalamock" %% "scalamock" % "6.0.0",
"org.scalamock" %% "scalamock" % "6.1.1",
"org.scalacheck" %% "scalacheck" % "1.18.1",
"dev.zio" %% "zio-test" % zioVersion,
"dev.zio" %% "zio-test-sbt" % zioVersion
Expand Down

0 comments on commit 0aaee9e

Please sign in to comment.