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 51e8cef commit d3cdb19Copy full SHA for d3cdb19
build.sc
@@ -15,11 +15,11 @@ val scala213Version = "2.13.10"
15
val scalaVersions = Seq(
16
"3.3.1",
17
"2.12.17",
18
- scala213Version,
+ scala213Version
19
) ++ communityBuildDottyVersion
20
21
object Deps {
22
- val acyclic = ivy"com.lihaoyi:::acyclic:0.3.11"
+ 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"
0 commit comments