We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 409b197 commit ead655dCopy full SHA for ead655d
build.sbt
@@ -2,7 +2,7 @@ ThisBuild / scalaVersion := "2.13.16"
2
ThisBuild / scalacOptions ++= Seq("-unchecked", "-feature", "-deprecation")
3
ThisBuild / libraryDependencies ++= Seq(
4
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
5
- "com.lihaoyi" %% "sourcecode" % "0.4.2"
+ "com.lihaoyi" %% "sourcecode" % "0.4.4"
6
)
7
8
val laws = project.settings(
0 commit comments