Skip to content

Commit

Permalink
Merge pull request #864 from Banno/commons-compress-1.26-for-5.x
Browse files Browse the repository at this point in the history
Update to commons-compress-1.26.0
  • Loading branch information
rossabaker authored Feb 27, 2024
2 parents 8b26776 + e84da63 commit 805c515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import org.typelevel.sbt.site.GenericSiteSettings

ThisBuild / scalaVersion := "2.13.12"
ThisBuild / crossScalaVersions := List(scalaVersion.value)
ThisBuild / tlBaseVersion := "5.0"
ThisBuild / tlBaseVersion := "5.2"
ThisBuild / tlMimaPreviousVersions ~= { versions =>
val failedReleases = Set("5.0.1", "5.0.2")
versions -- failedReleases
Expand All @@ -29,7 +29,7 @@ val V = new {
val betterMonadicFor = "0.3.1"
val cats = "2.10.0"
val catsEffect = "3.4.10"
val commonsCompress = "1.25.0"
val commonsCompress = "1.26.0"
val confluent = "7.5.3"
val curator = "5.2.0"
val disciplineMunit = "1.0.9"
Expand Down

0 comments on commit 805c515

Please sign in to comment.