Skip to content

Commit 61cc228

Browse files
committed
Update os-lib to 0.9.3
1 parent d0b84a7 commit 61cc228

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
@@ -51,7 +51,7 @@ lazy val server = project.in(file("server"))
5151

5252
ThisBuild / libraryDependencies ++= Seq(
5353
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test,
54-
"com.lihaoyi" %% "os-lib" % "0.9.1" % Test,
54+
"com.lihaoyi" %% "os-lib" % "0.9.3" % Test,
5555
)
5656

5757
ThisBuild / javacOptions ++= Seq(

0 commit comments

Comments
 (0)