Skip to content

Commit

Permalink
Merge pull request #208 from Dwolla/update/sbt-scalafix-0.13.0
Browse files Browse the repository at this point in the history
Update Scala 2.12, 2.13, and sbt-scalafix
  • Loading branch information
bpholt authored Oct 3, 2024
2 parents cb65df4 + 0b35e55 commit 71a7ed9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project/AsyncUtilsBuildPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ object AsyncUtilsBuildPlugin extends AutoPlugin {

private val supportedVersions = (currentTwitterVersion :: oldVersions).sorted.reverse

private val SCALA_2_13: String = "2.13.14"
private val SCALA_2_12 = "2.12.19"
private val SCALA_2_13: String = "2.13.15"
private val SCALA_2_12 = "2.12.20"
private val Scala2Versions: Seq[String] = Seq(SCALA_2_13, SCALA_2_12)

private val CatsEffect3V = "3.5.4"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.7.3")
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.3")
addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.7.3")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.0")

0 comments on commit 71a7ed9

Please sign in to comment.