Skip to content

Commit 1671af1

Browse files
committed
dep: update sclafmt sbt-plugin to 2.4.6 and scalafmt to 3.3.1
1 parent 3d9da12 commit 1671af1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version = "3.0.8"
1+
version = "3.3.1"
22
project.git = true
33
runner.dialect = "scala213"

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
22
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
33
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
4-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")
4+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")

0 commit comments

Comments
 (0)