Skip to content

Commit

Permalink
Merge pull request #603 from scala-steward/update/scalafix-pixiv-rule…
Browse files Browse the repository at this point in the history
…-4.5.3

Update scalafix-pixiv-rule to 4.5.3
  • Loading branch information
Javakky-pxv authored Jul 26, 2023
2 parents f12edc8 + 8ee9cc7 commit 6e39aed
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 @@ organization in ThisBuild := "com.iheart"

ThisBuild / scalafixDependencies ++= Seq(
"com.github.liancheng" %% "organize-imports" % "0.6.0",
"net.pixiv" %% "scalafix-pixiv-rule" % "4.5.2"
"net.pixiv" %% "scalafix-pixiv-rule" % "4.5.3"
)

addCommandAlias(
Expand Down
2 changes: 1 addition & 1 deletion example/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version := "1.0-SNAPSHOT"

scalafixDependencies in ThisBuild ++= Seq(
"com.github.liancheng" %% "organize-imports" % "0.6.0",
"net.pixiv" %% "scalafix-pixiv-rule" % "4.5.2"
"net.pixiv" %% "scalafix-pixiv-rule" % "4.5.3"
)

lazy val root = (project in file(".")).enablePlugins(PlayScala, SwaggerPlugin) //enable plugin
Expand Down

0 comments on commit 6e39aed

Please sign in to comment.