File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ val jUnitInterface = "com.github.sbt" % "junit-interface" % "0.13.3" % "test"
77val catsEffect = " org.typelevel" %% " cats-effect" % " 3.5.7"
88val catEffectTest = " org.typelevel" %% " cats-effect-testkit" % " 3.5.7" % Test
99val scalaReflection = " org.scala-lang" % " scala-reflect" % scalaV
10- val logback = " ch.qos.logback" % " logback-classic" % " 1.5.13 "
10+ val logback = " ch.qos.logback" % " logback-classic" % " 1.5.15 "
1111val embedMongoVersion = " 4.18.1"
1212val AkkaVersion = " 2.9.3"
1313val AlpakkaVersion = " 8.0.0"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ version := "0.1.0-SNAPSHOT"
88libraryDependencies ++= Seq (
99 " org.scalatra" %% " scalatra" % ScalatraVersion ,
1010 " org.scalatra" %% " scalatra-scalatest" % ScalatraVersion % " test" ,
11- " ch.qos.logback" % " logback-classic" % " 1.5.13 " % " runtime" ,
11+ " ch.qos.logback" % " logback-classic" % " 1.5.15 " % " runtime" ,
1212 " org.eclipse.jetty" % " jetty-webapp" % " 11.0.24" % " container" ,
1313 " javax.servlet" % " javax.servlet-api" % " 4.0.1" % " provided" ,
1414 " org.scalatra" %% " scalatra-auth" % ScalatraVersion ,
You can’t perform that action at this time.
0 commit comments