Skip to content

Commit 08be163

Browse files
committed
Upgrade scalafmt to 3.3.1
1 parent 9ba50fa commit 08be163

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
@@ -3,7 +3,7 @@
33
# settings is preferred over adding especially as
44
# the Scala language evolves and styles change.
55
# Test upgrades: $ scripts/scalafmt --test 2> diff.txt
6-
version = "3.0.6"
6+
version = "3.3.1"
77
docstrings.style = AsteriskSpace
88
project.git = true
99
project.excludePaths = [

scripts/scalafmt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
HERE="`dirname $0`"
6-
VERSION="3.0.6"
6+
VERSION="3.3.1"
77
COURSIER="$HERE/.coursier"
88
SCALAFMT="$HERE/.scalafmt-$VERSION"
99

0 commit comments

Comments
 (0)