We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5463fe4 + 84e969a commit 1b01c18Copy full SHA for 1b01c18
project/Dependencies.scala
@@ -83,7 +83,7 @@ object Dependencies {
83
def munit = "org.scalameta" %% "munit" % "1.2.1"
84
def expecty = "com.eed3si9n.expecty" %% "expecty" % "0.17.1"
85
val pprint = "com.lihaoyi" %% "pprint" % "0.9.6"
86
- val oslib = "com.lihaoyi" %% "os-lib" % "0.11.6"
+ val oslib = "com.lihaoyi" %% "os-lib" % "0.11.7"
87
val junit = "com.github.sbt" % "junit-interface" % junitVersion
88
val directoryWatcher = "ch.epfl.scala" % "directory-watcher" % directoryWatcherVersion
89
val difflib = "com.googlecode.java-diff-utils" % "diffutils" % difflibVersion
0 commit comments