aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorScala Steward2021-05-18 01:01:22 +0200
committerGitHub2021-05-17 16:01:22 -0700
commit78afe91fbc543e47592ff752ae0f75d2e9f4f9b4 (patch)
tree407834a0539980bd39e8fc77ce773deebe013d68 /build.sbt
parent302c664bf3bc6de5b197a97990f80c4edaa789b6 (diff)
Update os-lib to 0.7.7 (#2231)
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 65581b7d..5d966abf 100644
--- a/build.sbt
+++ b/build.sbt
@@ -36,7 +36,7 @@ lazy val firrtlSettings = Seq(
"org.json4s" %% "json4s-native" % "3.6.11",
"org.apache.commons" % "commons-text" % "1.8",
"io.github.alexarchambault" %% "data-class" % "0.2.5",
- "com.lihaoyi" %% "os-lib" % "0.7.6",
+ "com.lihaoyi" %% "os-lib" % "0.7.7",
),
// macros for the data-class library
libraryDependencies ++= {