Skip to content

Commit

Permalink
Merge pull request #2373 from scalacenter/update/os-lib-0.9.3
Browse files Browse the repository at this point in the history
build(deps): Update os-lib from 0.9.0 to 0.9.3
  • Loading branch information
tgodzik authored Jul 12, 2024
2 parents 9927e6a + 7f56607 commit dd7bf13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ object Dependencies {
def munit = "org.scalameta" %% "munit" % "0.7.29"
def expecty = "com.eed3si9n.expecty" %% "expecty" % "0.16.0"
val pprint = "com.lihaoyi" %% "pprint" % "0.9.0"
val oslib = "com.lihaoyi" %% "os-lib" % "0.9.0"
val oslib = "com.lihaoyi" %% "os-lib" % "0.9.3"
val junit = "com.github.sbt" % "junit-interface" % junitVersion
val directoryWatcher = "ch.epfl.scala" % "directory-watcher" % directoryWatcherVersion
val difflib = "com.googlecode.java-diff-utils" % "diffutils" % difflibVersion
Expand Down

0 comments on commit dd7bf13

Please sign in to comment.