Skip to content

Commit 44134a3

Browse files
authored
Merge pull request #277 from scala-steward/update/all
Dependency updates
2 parents 5673016 + 4cf0a5d commit 44134a3

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

build.sbt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ lazy val `workflows4s-core` = (project in file("workflows4s-core"))
5353
"org.typelevel" %% "cats-effect" % "3.7.0" % Test,
5454
"dev.zio" %% "zio" % "2.1.26" % Test,
5555
"dev.zio" %% "zio-interop-cats" % "23.1.0.13" % Test,
56-
"ch.qos.logback" % "logback-classic" % "1.6.1" % Test,
56+
"ch.qos.logback" % "logback-classic" % "1.6.2" % Test,
5757
),
5858
Test / parallelExecution := false,
5959
)
@@ -164,7 +164,7 @@ lazy val `workflows4s-web-ui` = (project in file("workflows4s-web-ui"))
164164
"io.circe" %% "circe-core" % circeVersion,
165165
"io.circe" %% "circe-generic" % circeVersion,
166166
"io.circe" %% "circe-parser" % circeVersion,
167-
"com.softwaremill.sttp.tapir" %% "tapir-sttp-client4" % "1.13.30",
167+
"com.softwaremill.sttp.tapir" %% "tapir-sttp-client4" % "1.13.31",
168168
"com.softwaremill.sttp.client4" %% "cats" % "4.0.26",
169169
"org.business4s" %% "forms4s-jsonschema" % "0.2.0",
170170
"org.business4s" %% "forms4s-tyrian" % "0.2.0",
@@ -222,7 +222,7 @@ lazy val `workflows4s-example` = (project in file("workflows4s-example"))
222222
"com.h2database" % "h2" % "2.4.240",
223223
"io.r2dbc" % "r2dbc-h2" % "1.1.0.RELEASE",
224224
"com.github.pjfanning" %% "pekko-http-circe" % "3.10.1",
225-
"ch.qos.logback" % "logback-classic" % "1.6.1",
225+
"ch.qos.logback" % "logback-classic" % "1.6.2",
226226
"dev.zio" %% "zio" % "2.1.26",
227227
"dev.zio" %% "zio-interop-cats" % "23.1.0.3",
228228
"org.scalamock" %% "scalamock" % "7.5.5" % Test,
@@ -231,8 +231,8 @@ lazy val `workflows4s-example` = (project in file("workflows4s-example"))
231231
"com.dimafeng" %% "testcontainers-scala-postgresql" % testcontainersScalaVersion % Test,
232232
"org.postgresql" % "postgresql" % "42.7.13" % Test,
233233
"org.xerial" % "sqlite-jdbc" % "3.53.2.1" % Test,
234-
"org.seleniumhq.selenium" % "selenium-java" % "4.46.0" % Test,
235-
"org.seleniumhq.selenium" % "selenium-chrome-driver" % "4.46.0" % Test,
234+
"org.seleniumhq.selenium" % "selenium-java" % "4.47.0" % Test,
235+
"org.seleniumhq.selenium" % "selenium-chrome-driver" % "4.47.0" % Test,
236236
),
237237
Test / parallelExecution := false, // otherwise akka clusters clash
238238
publish / skip := true,
@@ -270,7 +270,7 @@ lazy val commonSettings = Seq(
270270
scalacOptions ++= Seq("-no-indent", "-Xmax-inlines", "64", "-explain-cyclic", "-Ydebug-cyclic"),
271271
libraryDependencies ++= Seq(
272272
"org.scalatest" %% "scalatest" % "3.2.20" % Test,
273-
"ch.qos.logback" % "logback-classic" % "1.6.1" % Test,
273+
"ch.qos.logback" % "logback-classic" % "1.6.2" % Test,
274274
),
275275
// scalafix settings
276276
semanticdbEnabled := true, // enable SemanticDB
@@ -292,7 +292,7 @@ lazy val commonSettings = Seq(
292292
lazy val pekkoVersion = "1.6.0"
293293
lazy val pekkoHttpVersion = "1.4.0"
294294
lazy val testcontainersScalaVersion = "0.44.1"
295-
lazy val tapirVersion = "1.13.30"
295+
lazy val tapirVersion = "1.13.31"
296296
lazy val circeVersion = "0.14.16"
297297

298298
addCommandAlias("prePR", List("compile", "Test / compile", "test", "scalafmtCheckAll").mkString(";", ";", ""))

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=2.0.5
1+
sbt.version=2.0.6

0 commit comments

Comments
 (0)