Skip to content

Commit

Permalink
Update os-lib to 0.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scalameta-bot committed Nov 8, 2024
1 parent 52f4d03 commit 4bb5a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ lazy val server = project
"org.jboss.xnio" % "xnio-nio" % "3.8.0.Final",
"org.scalameta" % "semanticdb-scalac-core" % Version.scalameta cross CrossVersion.full,
("org.scalameta" %% "mtags" % Version.mtags).cross(CrossVersion.full),
"com.lihaoyi" %% "os-lib" % "0.10.1"
"com.lihaoyi" %% "os-lib" % "0.10.7"
),
(Compile / packageBin) := {
import java.io.FileOutputStream
Expand Down

0 comments on commit 4bb5a8e

Please sign in to comment.