Skip to content

Commit 00b18b5

Browse files
committed
logback 1.3
1 parent 19a0281 commit 00b18b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/g8/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ lazy val root = (project in file(".")).
1919
"org.apache.pekko" %% "pekko-http-spray-json" % pekkoHttpVersion,
2020
"org.apache.pekko" %% "pekko-actor-typed" % pekkoVersion,
2121
"org.apache.pekko" %% "pekko-stream" % pekkoVersion,
22-
"ch.qos.logback" % "logback-classic" % "1.2.13",
22+
"ch.qos.logback" % "logback-classic" % "1.3.14",
2323

2424
"org.apache.pekko" %% "pekko-http-testkit" % pekkoHttpVersion % Test,
2525
"org.apache.pekko" %% "pekko-actor-testkit-typed" % pekkoVersion % Test,

0 commit comments

Comments
 (0)