We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd5b935 commit 4f0c276Copy full SHA for 4f0c276
build.sbt
@@ -128,7 +128,7 @@ lazy val server = project
128
"org.jboss.xnio" % "xnio-nio" % "3.8.0.Final",
129
"org.scalameta" % "semanticdb-scalac-core" % Version.scalameta cross CrossVersion.full,
130
("org.scalameta" %% "mtags" % Version.mtags).cross(CrossVersion.full),
131
- "com.lihaoyi" %% "os-lib" % "0.10.7"
+ "com.lihaoyi" %% "os-lib" % "0.11.3"
132
),
133
(Compile / packageBin) := {
134
import java.io.FileOutputStream
0 commit comments