Skip to content

Commit 4bb5a8e

Browse files
committed
Update os-lib to 0.10.7
1 parent 52f4d03 commit 4bb5a8e

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
@@ -127,7 +127,7 @@ lazy val server = project
127127
"org.jboss.xnio" % "xnio-nio" % "3.8.0.Final",
128128
"org.scalameta" % "semanticdb-scalac-core" % Version.scalameta cross CrossVersion.full,
129129
("org.scalameta" %% "mtags" % Version.mtags).cross(CrossVersion.full),
130-
"com.lihaoyi" %% "os-lib" % "0.10.1"
130+
"com.lihaoyi" %% "os-lib" % "0.10.7"
131131
),
132132
(Compile / packageBin) := {
133133
import java.io.FileOutputStream

0 commit comments

Comments
 (0)