diff options
| author | Scala Steward | 2021-06-04 13:58:20 +0200 |
|---|---|---|
| committer | GitHub | 2021-06-04 11:58:20 +0000 |
| commit | 682c73d0021c07c62aa4daf6548088e136490204 (patch) | |
| tree | 54cf9df88d921c288e586ed1bb89cc8adda9cf01 | |
| parent | f6ca84405cd146c64f3eb6f29bf7448a0b98f057 (diff) | |
Update os-lib to 0.7.8 (#1949)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
| -rw-r--r-- | build.sbt | 2 | ||||
| -rw-r--r-- | build.sc | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -72,7 +72,7 @@ lazy val chiselSettings = Seq ( libraryDependencies ++= Seq( "org.scalatest" %% "scalatest" % "3.1.2" % "test", "org.scalatestplus" %% "scalacheck-1-14" % "3.2.2.0" % "test", - "com.lihaoyi" %% "os-lib" % "0.7.7", + "com.lihaoyi" %% "os-lib" % "0.7.8", ), ) ++ ( // Tests from other projects may still run concurrently @@ -45,7 +45,7 @@ trait CommonModule extends CrossSbtModule with PublishModule { override def moduleDeps = super.moduleDeps ++ firrtlModule override def ivyDeps = super.ivyDeps() ++ Agg( - ivy"com.lihaoyi::os-lib:0.7.7", + ivy"com.lihaoyi::os-lib:0.7.8", ) ++ firrtlIvyDeps def publishVersion = "3.5-SNAPSHOT" |
