8000 Update version, minor touchup · scala-js/scala-js@bc0f063 · GitHub
[go: up one dir, main page]

Skip to content

Commit bc0f063

Browse files
committed
Update version, minor touchup
1 parent 0e0dd19 commit bc0f063

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ target/
77
/linker-interface/**/scalajs-logging-src-jars/
88
/node_modules/
99

10-
# script generated
10+
# scalafmt generated
1111
scripts/.coursier
1212
scripts/.scalafmt*
1313

.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.5.9"
6+
version = "3.7.14"
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.5.9"
6+
VERSION=$(sed -nre "s#\s*version[^0-9]+([0-9.]+)#\1#p" $HERE/../.scalafmt.conf)
77
COURSIER="$HERE/.coursier"
88
SCALAFMT="$HERE/.scalafmt-$VERSION"
99

0 commit comments

Comments
 (0)
0