Skip to content

Commit

Permalink
Update os-lib to 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scalameta-bot committed Feb 14, 2025
1 parent fd5b935 commit 4f0c276
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 @@ -128,7 +128,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.7"
"com.lihaoyi" %% "os-lib" % "0.11.3"
),
(Compile / packageBin) := {
import java.io.FileOutputStream
Expand Down

0 comments on commit 4f0c276

Please sign in to comment.