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 /build.sbt | |
| parent | f6ca84405cd146c64f3eb6f29bf7448a0b98f057 (diff) | |
Update os-lib to 0.7.8 (#1949)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'build.sbt')
| -rw-r--r-- | build.sbt | 2 |
1 files changed, 1 insertions, 1 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 |
