Skip to content

Commit

Permalink
Update acyclic to 0.3.15 (#313)
Browse files Browse the repository at this point in the history
Pull request: #313
  • Loading branch information
scala-steward authored Sep 25, 2024
1 parent 06e4eb6 commit 8847bd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ val scalaVersions = Seq(
) ++ communityBuildDottyVersion

object Deps {
val acyclic = ivy"com.lihaoyi:::acyclic:0.3.13"
val acyclic = ivy"com.lihaoyi:::acyclic:0.3.15"
val jna = ivy"net.java.dev.jna:jna:5.15.0"
val geny = ivy"com.lihaoyi::geny::1.1.1"
val sourcecode = ivy"com.lihaoyi::sourcecode::0.4.2"
Expand Down Expand Up @@ -165,7 +165,7 @@ object os extends Module {
object jvm extends Cross[OsJvmModule](scalaVersions)
trait OsJvmModule extends OsModule with MiMaChecks {
object test extends ScalaTests with OsLibTestModule {
override def ivyDeps = T{super.ivyDeps() ++ Agg(Deps.expecty)}
override def ivyDeps = T { super.ivyDeps() ++ Agg(Deps.expecty) }

// we check the textual output of system commands and expect it in english
def forkEnv = super.forkEnv() ++ Map(
Expand Down

0 comments on commit 8847bd0

Please sign in to comment.