Skip to content

Commit

Permalink
Update os-lib to 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 13, 2024
1 parent 181fa68 commit c92abd4
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.9.3",
"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 c92abd4

Please sign in to comment.