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.4"
88val catEffectTest = " org.typelevel" %% " cats-effect-testkit" % " 3.5.4" % Test
99val scalaReflection = " org.scala-lang" % " scala-reflect" % scalaV
10- val logback = " ch.qos.logback" % " logback-classic" % " 1.5.8 "
10+ val logback = " ch.qos.logback" % " logback-classic" % " 1.5.9 "
1111val embedMongoVersion = " 4.17.0"
1212val AkkaVersion = " 2.8.5"
1313val AkkaHttpVersion = " 10.5.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.8 " % " runtime" ,
11+ " ch.qos.logback" % " logback-classic" % " 1.5.9 " % " 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