summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorScala Steward2021-06-04 13:58:20 +0200
committerGitHub2021-06-04 11:58:20 +0000
commit682c73d0021c07c62aa4daf6548088e136490204 (patch)
tree54cf9df88d921c288e586ed1bb89cc8adda9cf01 /build.sbt
parentf6ca84405cd146c64f3eb6f29bf7448a0b98f057 (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.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index d15fc740..2da958bc 100644
--- a/build.sbt
+++ b/build.sbt
@@ -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