File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# This file was originally copied from https://github.com/playframework/playframework/blob/main/.scalafmt.conf
2
- version = 3.8 .4
2
+ version = 3.8 .6
3
3
runner.dialect = scala213
4
4
align.preset = more
5
5
assumeStandardLibraryStripMargin = true
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ Global / onLoad := (Global / onLoad).value.andThen { s =>
19
19
lazy val commonSettings = Seq (
20
20
// Work around https://issues.scala-lang.org/browse/SI-9311
21
21
scalacOptions ~= (_.filterNot(_ == " -Xfatal-warnings" )),
22
- scalaVersion := " 2.13.15 " ,
23
- crossScalaVersions := Seq (" 2.13.15 " , " 3.3.4 " ),
22
+ scalaVersion := " 2.13.16 " ,
23
+ crossScalaVersions := Seq (" 2.13.16 " , " 3.3.5 " ),
24
24
pomExtra := scala.xml.NodeSeq .Empty , // Can be removed when dropping interplay
25
25
developers += Developer (
26
26
" playframework" ,
You can’t perform that action at this time.
0 commit comments