Skip to content

Commit edb089c

Browse files
authored
Merge pull request #931 from scala-steward/update/5.3.x/patches
[5.3.x] Patch updates
2 parents 894e978 + 58c6407 commit edb089c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.scalafmt.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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
33
runner.dialect = scala213
44
align.preset = more
55
assumeStandardLibraryStripMargin = true

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Global / onLoad := (Global / onLoad).value.andThen { s =>
1919
lazy val commonSettings = Seq(
2020
// Work around https://issues.scala-lang.org/browse/SI-9311
2121
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"),
2424
pomExtra := scala.xml.NodeSeq.Empty, // Can be removed when dropping interplay
2525
developers += Developer(
2626
"playframework",

0 commit comments

Comments
 (0)