Skip to content

Commit

Permalink
chore: Rely on older scalafmt downloader
Browse files Browse the repository at this point in the history
The newest one is incompatible with JDK 8
  • Loading branch information
tgodzik committed Nov 17, 2023
1 parent 86afc2a commit 2dd0573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/V.scala
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ object V {
val sbtJdiTools = "1.1.1"
val scalaCli = "1.0.6"
val scalafix = "0.11.1"
val scalafmt = "3.7.17"
val scalafmt = "3.7.15"
val scalameta = "4.8.13"
val scribe = "3.12.2"
val qdox = "2.0.3"
Expand Down

0 comments on commit 2dd0573

Please sign in to comment.