From 2f95ce8c3b810c01230aa2655a70c4d9ff334b93 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 6 Mar 2022 01:06:24 +0100 Subject: [PATCH] Update logback-classic to 1.2.11 --- Tensors/build.sbt | 2 +- benchmarks/build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tensors/build.sbt b/Tensors/build.sbt index c909e1dd..c757a037 100644 --- a/Tensors/build.sbt +++ b/Tensors/build.sbt @@ -21,7 +21,7 @@ addCompilerPlugin("com.github.ghik" %% "silencer-plugin" % "1.4.2") libraryDependencies += "com.github.ghik" %% "silencer-lib" % "1.4.2" -libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3" % Test +libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.11" % Test fork in Test := true diff --git a/benchmarks/build.sbt b/benchmarks/build.sbt index 94af296c..890b68ba 100644 --- a/benchmarks/build.sbt +++ b/benchmarks/build.sbt @@ -6,7 +6,7 @@ val nd4jRuntime = settingKey[String]("\"cuda-8.0\" to run benchmark on GPU, \"na nd4jRuntime in Global := "native" -libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3" +libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.11" libraryDependencies += "org.nd4j" % s"nd4j-${nd4jRuntime.value}-platform" % "0.9.1"