Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Update database-commons, jdbc, mssqlserver, ... to 1.20.4 #1057

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ addCommandAlias("check", "all scalafmtSbtCheck scalafmtCheck test:scalafmtCheck"

val zioVersion = "2.0.22"
val zioSchemaVersion = "1.1.1"
val testcontainersVersion = "1.18.3"
val testcontainersVersion = "1.20.4"
val testcontainersScalaVersion = "0.41.3"
val logbackVersion = "1.5.6"

Expand Down
Loading