Skip to content

Commit 5374a07

Browse files
committed
Update os-lib to 0.9.3
1 parent e561718 commit 5374a07

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
@@ -82,7 +82,7 @@ lazy val commonSettings = Seq(maintainer.withRank(KeyRanks.Invisible) := "michae
8282

8383
ThisBuild/libraryDependencies ++= Seq(
8484
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
85-
"com.lihaoyi" %% "os-lib" % "0.9.1" % Test,
85+
"com.lihaoyi" %% "os-lib" % "0.9.3" % Test,
8686
)
8787

8888
ThisBuild/versionScheme := Some("strict")

0 commit comments

Comments
 (0)