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 17e73fd commit 0dbc51aCopy full SHA for 0dbc51a
build.sc
@@ -21,7 +21,7 @@ val scalaVersions = Seq(
21
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"
+ val geny = ivy"com.lihaoyi::geny::1.1.1"
25
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}"
0 commit comments