Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Patch dependency updates #286

Merged
merged 7 commits into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ addCommandAlias("headerCheckAll", "; all root/headerCheck Test/headerCheck")

val flywayVersion = "10.20.1"
val hikariVersion = "6.0.0"
val quillVersion = "4.8.5"
val quillVersion = "4.8.6"
val sipiVersion = "v30.18.3"
val sqliteVersion = "3.47.0.0"
val tapirVersion = "1.11.7"
val testContainersVersion = "0.40.15"
val zioConfigVersion = "4.0.2"
val zioJsonVersion = "0.7.3"
val zioLoggingVersion = "2.3.1"
val zioLoggingVersion = "2.3.2"
val zioMetricsConnectorsVersion = "2.3.1"
val zioMockVersion = "1.0.0-RC12"
val zioNioVersion = "2.0.2"
Expand Down Expand Up @@ -110,7 +110,7 @@ lazy val root = (project in file("."))
"dev.zio" %% "zio-test-junit" % zioVersion % Test,
"dev.zio" %% "zio-test-magnolia" % zioVersion % Test,
"dev.zio" %% "zio-test-sbt" % zioVersion % Test,
"org.scoverage" % "sbt-scoverage_2.12_1.0" % "2.2.1" % Test,
"org.scoverage" % "sbt-scoverage_2.12_1.0" % "2.2.2" % Test,
),
testFrameworks := Seq(new TestFramework("zio.test.sbt.ZTestFramework")),
Docker / dockerRepository := Some("daschswiss"),
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.2
sbt.version=1.10.4
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")
Loading