Skip to content

Commit dfbf85d

Browse files
authored
Merge pull request #14 from yokra9/update/logback-classic-1.4.3
Update logback-classic to 1.4.3
2 parents aaaa05c + 9db55eb commit dfbf85d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ libraryDependencies ++= Seq(
55
"com.typesafe.akka" %% "akka-actor-typed" % "2.6.20",
66
"com.typesafe.akka" %% "akka-stream" % "2.6.20",
77
"com.typesafe.akka" %% "akka-http" % "10.2.10",
8-
"ch.qos.logback" % "logback-classic" % "1.4.0",
8+
"ch.qos.logback" % "logback-classic" % "1.4.3",
99
"org.scalactic" %% "scalactic" % "3.2.14",
1010
"org.scalatest" %% "scalatest" % "3.2.13" % Test
1111
)
@@ -25,4 +25,4 @@ ThisBuild / assemblyMergeStrategy := {
2525
case x =>
2626
val oldStrategy = (assembly / assemblyMergeStrategy).value
2727
oldStrategy(x)
28-
}
28+
}

0 commit comments

Comments
 (0)