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
…-cdt to v9.10.0
  • Loading branch information
renovate-bot committed Sep 25, 2020
1 parent e9a4683 commit 3616ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/src/sbt-test/sbt-spotless/cpp/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ lazy val root = (project in file("."))
),
libraryDependencies ++= List(
"org.eclipse.platform" % "org.eclipse.equinox.app" % "1.3.600", // FIXME workaround for dependency resolution
"com.diffplug.spotless" % "spotless-eclipse-cdt" % "9.9.0", // FIXME workaround for dependency resolution
"com.diffplug.spotless" % "spotless-eclipse-cdt" % "9.10.0", // FIXME workaround for dependency resolution
),
)

0 comments on commit 3616ce6

Please sign in to comment.