Skip to content

Commit

Permalink
chore(deps): update dependency com.diffplug.spotless:spotless-eclipse…
Browse files Browse the repository at this point in the history
…-groovy to v4
  • Loading branch information
renovate-bot committed Oct 19, 2021
1 parent fa2da0c commit 7d6688e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/src/sbt-test/sbt-spotless/groovy/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ lazy val root = (project in file("."))
),
libraryDependencies ++= List(
"org.eclipse.platform" % "org.eclipse.equinox.app" % "1.3.600", // FIXME workaround for dynamic dependency resolution
"com.diffplug.spotless" % "spotless-eclipse-groovy" % "3.5.0", // FIXME workaround for dynamic dependency resolution
"com.diffplug.spotless" % "spotless-eclipse-groovy" % "4.3.0", // FIXME workaround for dynamic dependency resolution
),
)

0 comments on commit 7d6688e

Please sign in to comment.