From 4b23d66479b387f8653eb6eac7fef1f2e7420fad Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 7 Mar 2021 14:31:18 +0100 Subject: [PATCH] Update sourcecode to 0.2.4 --- Expressions/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Expressions/build.sbt b/Expressions/build.sbt index a0d6d863..cc9ce3cd 100644 --- a/Expressions/build.sbt +++ b/Expressions/build.sbt @@ -2,7 +2,7 @@ libraryDependencies += "com.thoughtworks.feature" %% "implicitapply" % "2.3.0" libraryDependencies += "com.thoughtworks.feature" %% "factory" % "2.3.0" -libraryDependencies += "com.lihaoyi" %% "sourcecode" % "0.2.0" +libraryDependencies += "com.lihaoyi" %% "sourcecode" % "0.2.4" libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.4" % Test