From 8b02356d33f38c91130ae960aa1099a56dfd9bf3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 17 Apr 2024 18:25:54 +0000 Subject: [PATCH] Update sourcecode to 0.4.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0facc9d..ca95152 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ ThisBuild / scalaVersion := "2.13.13" ThisBuild / scalacOptions ++= Seq("-unchecked", "-feature", "-deprecation") ThisBuild / libraryDependencies ++= Seq( "org.scala-lang" % "scala-reflect" % scalaVersion.value, - "com.lihaoyi" %% "sourcecode" % "0.3.1" + "com.lihaoyi" %% "sourcecode" % "0.4.1" ) val laws = project.settings(