Skip to content

Commit 103df91

Browse files
committed
scalafmt: upgrade to v3.9.8
1 parent a14385d commit 103df91

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,4 +1,4 @@
1-
version = 3.9.4
1+
version = 3.9.8
22
runner.dialect = scala213
33
project {
44
git = true

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ inThisBuild(List(
4040
))
4141
publish / skip := true
4242

43-
val scalafmtVersion = "3.9.7"
43+
val scalafmtVersion = "3.9.8"
4444
onLoadMessage :=
4545
s"Welcome to sbt-scalafmt ${version.value} (scalafmt $scalafmtVersion)"
4646

0 commit comments

Comments
 (0)