File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ val scalaVersions = Seq(
1919) ++ communityBuildDottyVersion
2020
2121object Deps {
22- val acyclic = ivy " com.lihaoyi:::acyclic:0.3.13 "
22+ val acyclic = ivy " com.lihaoyi:::acyclic:0.3.15 "
2323 val jna = ivy " net.java.dev.jna:jna:5.15.0 "
2424 val geny = ivy " com.lihaoyi::geny::1.1.1 "
2525 val sourcecode = ivy " com.lihaoyi::sourcecode::0.4.2 "
@@ -165,7 +165,7 @@ object os extends Module {
165165 object jvm extends Cross [OsJvmModule ](scalaVersions)
166166 trait OsJvmModule extends OsModule with MiMaChecks {
167167 object test extends ScalaTests with OsLibTestModule {
168- override def ivyDeps = T { super .ivyDeps() ++ Agg (Deps .expecty)}
168+ override def ivyDeps = T { super .ivyDeps() ++ Agg (Deps .expecty) }
169169
170170 // we check the textual output of system commands and expect it in english
171171 def forkEnv = super .forkEnv() ++ Map (
You can’t perform that action at this time.
0 commit comments