Skip to content

Commit 8847bd0

Browse files
Update acyclic to 0.3.15 (#313)
Pull request: #313
1 parent 06e4eb6 commit 8847bd0

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
@@ -19,7 +19,7 @@ val scalaVersions = Seq(
1919
) ++ communityBuildDottyVersion
2020

2121
object 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(

0 commit comments

Comments
 (0)