Skip to content

Commit c38d24a

Browse files
Doc tooling: Update os-lib from 0.7.3 to 0.7.8 (#1403)
Pull request: #1403
1 parent 16e85c7 commit c38d24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ lazy val readme = ScalatexReadme(
88
).settings(
99
scalaVersion := "2.12.18",
1010
libraryDependencies += "com.lihaoyi" %% "fansi" % "0.2.3",
11-
libraryDependencies += "com.lihaoyi" %% "os-lib" % "0.7.3",
11+
libraryDependencies += "com.lihaoyi" %% "os-lib" % "0.7.8",
1212
Test / envVars := Map(
1313
"AMMONITE_ASSEMBLY" -> sys.env("AMMONITE_ASSEMBLY"),
1414
"AMMONITE_SHELL" -> sys.env("AMMONITE_SHELL")

0 commit comments

Comments
 (0)