From d62e36c745af5cd24798801b5405dd952a0c6d8d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 16 Jun 2021 21:03:25 +0200 Subject: [PATCH] Update scala-logging to 3.9.4 --- OpenCL/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenCL/build.sbt b/OpenCL/build.sbt index 44b2ecc0..459aeb9c 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.4" libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.4" % Test