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 Nov 18, 2024
1 parent f04fc32 commit 6643496
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 @@ -41,12 +41,12 @@ lazy val root = (project in file("."))
"io.cucumber" %% "cucumber-scala" % "8.25.1",
"org.scalatest" %% "scalatest" % "3.2.19",
"com.typesafe" % "config" % "1.4.3",
"io.gatling" % "gatling-jsonpath" % "3.12.0",
"io.gatling" % "gatling-jsonpath" % "3.13.1",
"com.lihaoyi" %% "os-lib" % "0.11.3",
"ch.qos.logback" % "logback-classic" % "1.5.12" % Runtime,
"dev.zio" %% "zio" % zioVersion,
"dev.zio" %% "zio-streams" % zioVersion,
"dev.zio" %% "zio-logging-slf4j2" % "2.3.2",
"dev.zio" %% "zio-logging-slf4j2" % "2.4.0",
),
// only tests
libraryDependencies ++= Seq(
Expand Down

0 comments on commit 6643496

Please sign in to comment.