From d7ca046f4c5cfeff68a455f136c3d3b7a8e166f8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 23 Mar 2021 16:51:27 +0100 Subject: [PATCH] Update scala-logging to 3.9.3 --- OpenCL/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenCL/build.sbt b/OpenCL/build.sbt index 44b2ecc0..91fc0ed2 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.3" libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.4" % Test