From b1d4e932b074276a182635c9712b7e5a875fe2d5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 21 May 2022 21:51:49 +0200 Subject: [PATCH] Update scala-logging to 3.9.5 --- OpenCL/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenCL/build.sbt b/OpenCL/build.sbt index 44b2ecc0..bd2cbe74 100644 --- a/OpenCL/build.sbt +++ b/OpenCL/build.sbt @@ -27,7 +27,7 @@ libraryDependencies += "com.thoughtworks.feature" %% "factory" % "2.3.0" libraryDependencies += "com.chuusai" %%% "shapeless" % "2.3.3" -libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.2" +libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5" libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.4" % Test