Skip to content

Commit

Permalink
restore 2.12.19
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Oct 5, 2024
1 parent abd6eae commit 4e0f6c2
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 @@ -17,7 +17,7 @@ ThisBuild / semanticdbVersion := scalafixSemanticdb.revision

ThisBuild / versionScheme := Some(VersionScheme.EarlySemVer)

ThisBuild / crossScalaVersions := Seq("2.12.20", "3.3.4")
ThisBuild / crossScalaVersions := Seq("2.12.19", "3.3.4")

lazy val `sbt-tpolecat` = project
.in(file("."))
Expand Down Expand Up @@ -64,7 +64,7 @@ lazy val `sbt-tpolecat-scalafix` = scalafixProject("sbt-tpolecat")
project.settings(
mimaPreviousArtifacts := Set(
),
crossScalaVersions := Seq("2.12.20")
crossScalaVersions := Seq("2.12.19")
)
)
.inputSettings(addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.0"))
Expand Down

0 comments on commit 4e0f6c2

Please sign in to comment.