From 81991023c549c52cd552fe5a978357ec64151369 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 19 Jul 2021 10:04:35 +0200 Subject: [PATCH] Update logback-classic to 1.2.4 --- plugins-CumulativeTensorLayers/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins-CumulativeTensorLayers/build.sbt b/plugins-CumulativeTensorLayers/build.sbt index 8df33de2..a16e3d17 100644 --- a/plugins-CumulativeTensorLayers/build.sbt +++ b/plugins-CumulativeTensorLayers/build.sbt @@ -25,4 +25,4 @@ exampleSuperTypes := exampleSuperTypes.value.map { scalacOptions += "-Ypartial-unification" -libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3" % Test +libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.4" % Test