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 564d786 commit 0c9f809Copy full SHA for 0c9f809
build.sc
@@ -22,7 +22,7 @@ object Deps {
22
val acyclic = ivy"com.lihaoyi:::acyclic:0.3.12"
23
val jna = ivy"net.java.dev.jna:jna:5.14.0"
24
val geny = ivy"com.lihaoyi::geny::1.1.0"
25
- val sourcecode = ivy"com.lihaoyi::sourcecode::0.4.1"
+ val sourcecode = ivy"com.lihaoyi::sourcecode::0.4.2"
26
val utest = ivy"com.lihaoyi::utest::0.8.3"
27
def scalaLibrary(version: String) = ivy"org.scala-lang:scala-library:${version}"
28
}
0 commit comments