From a1723ac94521e130e4be630f47c9b60ed8dc9a9d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 28 Oct 2019 15:54:42 +0100 Subject: [PATCH] Update sourcecode to 0.1.8 --- plugins-Logging/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins-Logging/build.sbt b/plugins-Logging/build.sbt index f1cbc0da..7f1c0c2f 100644 --- a/plugins-Logging/build.sbt +++ b/plugins-Logging/build.sbt @@ -2,6 +2,6 @@ libraryDependencies += "com.dongxiguo" %% "fastring" % "0.3.1" libraryDependencies += "com.thoughtworks.feature" %% "caller" % "2.3.0" -libraryDependencies += "com.lihaoyi" %% "sourcecode" % "0.1.3" +libraryDependencies += "com.lihaoyi" %% "sourcecode" % "0.1.8" libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.8.0"