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 764e831 commit b825b89Copy full SHA for b825b89
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.0"
+ val sourcecode = ivy"com.lihaoyi::sourcecode::0.4.1"
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