File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ object Dependencies {
24
24
" com.typesafe.slick" %% " slick" % SlickVersion ,
25
25
" org.slf4j" % " slf4j-api" % " 2.0.16" ,
26
26
" com.typesafe.slick" %% " slick-hikaricp" % SlickVersion ,
27
- " ch.qos.logback" % " logback-classic" % " 1.5.12 " % Test ,
27
+ " ch.qos.logback" % " logback-classic" % " 1.5.16 " % Test ,
28
28
" com.typesafe.akka" %% " akka-slf4j" % AkkaVersion % Test ,
29
29
" com.typesafe.akka" %% " akka-persistence-tck" % AkkaVersion % Test ,
30
30
" com.typesafe.akka" %% " akka-stream-testkit" % AkkaVersion % Test ,
@@ -33,7 +33,7 @@ object Dependencies {
33
33
34
34
val Migration : Seq [ModuleID ] = Seq (
35
35
" com.typesafe" % " config" % " 1.4.3" ,
36
- " ch.qos.logback" % " logback-classic" % " 1.5.12 " ,
36
+ " ch.qos.logback" % " logback-classic" % " 1.5.16 " ,
37
37
" org.testcontainers" % " postgresql" % " 1.20.4" % Test ,
38
38
" org.scalatest" %% " scalatest" % ScalaTestVersion % Test ) ++ JdbcDrivers .map(_ % Provided )
39
39
}
You can’t perform that action at this time.
0 commit comments