Skip to content

Commit

Permalink
Merge pull request typelevel#686 from typelevel/update/sbt-scalafix-0…
Browse files Browse the repository at this point in the history
….12.0

Update sbt-scalafix to 0.12.0
  • Loading branch information
armanbilge authored Apr 7, 2024
2 parents 53ad8a4 + e2c2569 commit ab8993b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "sbt-typelevel"

import org.typelevel.sbt.gha.{PermissionScope, PermissionValue, Permissions}

ThisBuild / tlBaseVersion := "0.6"
ThisBuild / tlBaseVersion := "0.7"
ThisBuild / crossScalaVersions := Seq("2.12.19")
ThisBuild / developers ++= List(
tlGitHubDev("armanbilge", "Arman Bilge"),
Expand Down
2 changes: 1 addition & 1 deletion scalafix/build.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0")

0 comments on commit ab8993b

Please sign in to comment.