Skip to content

Commit ead655d

Browse files
scala-stewardxuwei-k
authored andcommitted
Update sourcecode to 0.4.4
1 parent 409b197 commit ead655d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ThisBuild / scalaVersion := "2.13.16"
22
ThisBuild / scalacOptions ++= Seq("-unchecked", "-feature", "-deprecation")
33
ThisBuild / libraryDependencies ++= Seq(
44
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
5-
"com.lihaoyi" %% "sourcecode" % "0.4.2"
5+
"com.lihaoyi" %% "sourcecode" % "0.4.4"
66
)
77

88
val laws = project.settings(

0 commit comments

Comments
 (0)