Skip to content

Commit 1b01c18

Browse files
authored
Merge pull request #2861 from scalacenter/update/os-lib-0.11.7
build(deps): Update os-lib from 0.11.6 to 0.11.7
2 parents 5463fe4 + 84e969a commit 1b01c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ object Dependencies {
8383
def munit = "org.scalameta" %% "munit" % "1.2.1"
8484
def expecty = "com.eed3si9n.expecty" %% "expecty" % "0.17.1"
8585
val pprint = "com.lihaoyi" %% "pprint" % "0.9.6"
86-
val oslib = "com.lihaoyi" %% "os-lib" % "0.11.6"
86+
val oslib = "com.lihaoyi" %% "os-lib" % "0.11.7"
8787
val junit = "com.github.sbt" % "junit-interface" % junitVersion
8888
val directoryWatcher = "ch.epfl.scala" % "directory-watcher" % directoryWatcherVersion
8989
val difflib = "com.googlecode.java-diff-utils" % "diffutils" % difflibVersion

0 commit comments

Comments
 (0)