Skip to content

Commit d3cdb19

Browse files
Update acyclic from 0.3.11 to 0.3.12 (#262)
Pull request: #262
1 parent 51e8cef commit d3cdb19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ val scala213Version = "2.13.10"
1515
val scalaVersions = Seq(
1616
"3.3.1",
1717
"2.12.17",
18-
scala213Version,
18+
scala213Version
1919
) ++ communityBuildDottyVersion
2020

2121
object Deps {
22-
val acyclic = ivy"com.lihaoyi:::acyclic:0.3.11"
22+
val acyclic = ivy"com.lihaoyi:::acyclic:0.3.12"
2323
val jna = ivy"net.java.dev.jna:jna:5.14.0"
2424
val geny = ivy"com.lihaoyi::geny::1.1.0"
2525
val sourcecode = ivy"com.lihaoyi::sourcecode::0.4.0"

0 commit comments

Comments
 (0)