Skip to content

Commit 7fd7348

Browse files
committed
chore: bump scalafmt
1 parent 5ae4d24 commit 7fd7348

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# https://scalameta.org/scalafmt/docs/configuration.html
22

3-
version=3.9.4
3+
version=3.9.8
44
runner.dialect = scala3
55
project.git = true
66
project.excludeFilters = [

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
logLevel := util.Level.Warn
22

3-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
3+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
44
addSbtPlugin("nl.gn0s1s" % "sbt-dotenv" % "3.1.1")
55
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1")
66
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.15")

0 commit comments

Comments
 (0)