Skip to content

Commit 11bff4c

Browse files
committed
Upgrade google formatter to v1.24.0 - the last version supporting Java 11
1 parent 531e616 commit 11bff4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ lazy val plugin = project
1616
ScmInfo(url("https://github.com/sbt/sbt-java-formatter"), "scm:git:[email protected]:sbt/sbt-java-formatter.git")),
1717
developers := List(
1818
Developer("ktoso", "Konrad 'ktoso' Malawski", "<[email protected]>", url("https://github.com/ktoso"))),
19-
libraryDependencies ++= Seq("com.google.googlejavaformat" % "google-java-format" % "1.7"),
19+
libraryDependencies ++= Seq("com.google.googlejavaformat" % "google-java-format" % "1.24.0"),
2020
startYear := Some(2015),
2121
description := "Formats Java code in your project.",
2222
licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.html")),

0 commit comments

Comments
 (0)