Skip to content

Commit

Permalink
Pin google java format back for JDK8.
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Nov 26, 2023
1 parent bfbf5ab commit 026e95f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,13 @@
<artifactId>scala-collection-compat_${scala.binary.version}</artifactId>
<version>2.11.0</version>
</dependency>
<!-- needed for jdk8, versions newer than 1.14 need JDK11+ -->
<!-- https://mvnrepository.com/artifact/com.google.googlejavaformat/google-java-format -->
<dependency>
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format</artifactId>
<version>1.14</version>
</dependency>
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
Expand Down

0 comments on commit 026e95f

Please sign in to comment.