From b6df7d0a7a9c57ee5912a23eac76dd15c45860dc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 26 Jul 2021 19:43:17 +0200 Subject: [PATCH] Update logback-classic to 1.2.5 --- 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..5ebccded 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.5" % Test fork in Test := true diff --git a/benchmarks/build.sbt b/benchmarks/build.sbt index 94af296c..a8e06767 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.5" libraryDependencies += "org.nd4j" % s"nd4j-${nd4jRuntime.value}-platform" % "0.9.1"