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 v3.6.0
  • Loading branch information
renovate-bot committed Sep 26, 2020
1 parent e9a4683 commit 69daf4f
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" % "3.6.0", // FIXME workaround for dynamic dependency resolution
),
)

0 comments on commit 69daf4f

Please sign in to comment.