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