Skip to content

Commit

Permalink
chore(deps): update spotlessversion to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 7, 2025
1 parent fa2da0c commit 0ea6c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbt._

object Dependencies {
private lazy val spotlessVersion = "1.28.1"
private lazy val spotlessVersion = "3.0.1"
def sbtSpotless(scalaVersion: String): List[ModuleID] = {
List(
"com.diffplug.spotless" % "spotless-lib" % spotlessVersion,
Expand Down

0 comments on commit 0ea6c56

Please sign in to comment.