Skip to content

Commit

Permalink
Update commons-compress to 1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 10, 2023
1 parent ee06b15 commit 9099a3c
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 @@ -46,7 +46,7 @@ lazy val sbt_tzdb = project
name := "sbt-tzdb",
libraryDependencies ++= Seq(
"io.github.cquiroz" %% "kuyfi" % "1.5.2",
"org.apache.commons" % "commons-compress" % "1.22",
"org.apache.commons" % "commons-compress" % "1.24.0",
"com.eed3si9n" %% "gigahorse-okhttp" % "0.7.0",
"org.typelevel" %% "cats-core" % "2.9.0",
"org.typelevel" %% "cats-effect" % "3.4.11"
Expand Down

0 comments on commit 9099a3c

Please sign in to comment.