Skip to content

Commit

Permalink
Update os-lib to 0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 31, 2024
1 parent 181fa68 commit 1131749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ lazy val root = (project in file("."))
buildInfoPackage := "net.wiringbits.myphototimeline",
buildInfoUsePackageAsPath := true,
libraryDependencies ++= Seq(
"com.lihaoyi" %% "os-lib" % "0.8.1",
"com.lihaoyi" %% "os-lib" % "0.10.5",
"com.lihaoyi" %% "fansi" % "0.3.1",
"com.google.guava" % "guava" % "28.0-jre",
"com.drewnoakes" % "metadata-extractor" % "2.16.0",
Expand Down

0 comments on commit 1131749

Please sign in to comment.