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.
sourcecode
1 parent c5b469f commit b96c1e1Copy full SHA for b96c1e1
build.sc
@@ -23,7 +23,7 @@ object Deps {
23
val acyclic = ivy"com.lihaoyi:::acyclic:0.3.9"
24
val jna = ivy"net.java.dev.jna:jna:5.13.0"
25
val geny = ivy"com.lihaoyi::geny::1.0.0"
26
- val sourcecode = ivy"com.lihaoyi::sourcecode::0.3.0"
+ val sourcecode = ivy"com.lihaoyi::sourcecode::0.3.1"
27
val utest = ivy"com.lihaoyi::utest::0.8.1"
28
def scalaLibrary(version: String) = ivy"org.scala-lang:scala-library:${version}"
29
}
0 commit comments