aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
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 06380c96..1ef11f36 100644
--- a/build.sbt
+++ b/build.sbt
@@ -36,7 +36,7 @@ lazy val firrtlSettings = Seq(
"org.json4s" %% "json4s-native" % "3.6.12",
"org.apache.commons" % "commons-text" % "1.9",
"io.github.alexarchambault" %% "data-class" % "0.2.5",
- "com.lihaoyi" %% "os-lib" % "0.8.0"
+ "com.lihaoyi" %% "os-lib" % "0.8.1"
),
// macros for the data-class library
libraryDependencies ++= {