Skip to content

Commit 4f0c276

Browse files
committed
Update os-lib to 0.11.3
1 parent fd5b935 commit 4f0c276

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

0 commit comments

Comments
 (0)