Skip to content

Commit

Permalink
Merge pull request iheartradio#23 from scala-steward/update/sbt-scala…
Browse files Browse the repository at this point in the history
…fix-0.11.1

Update sbt-scalafix to 0.11.1
  • Loading branch information
Javakky-pxv authored Oct 2, 2023
2 parents 40e2a88 + 4de9547 commit 64438d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ addSbtPlugin("com.typesafe.play" %% "sbt-plugin" % "2.8.0")

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.1")

addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")

// play swagger plugin
addSbtPlugin("io.github.play-swagger" % "sbt-play-swagger" % "0.0.1-EXAMPLE")
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.1")

addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")

ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always

Expand Down

0 comments on commit 64438d6

Please sign in to comment.