Skip to content

Commit f87fa40

Browse files
authored
Merge pull request #358 from scala-steward/update/patches
Patch updates
2 parents 593c605 + 264a723 commit f87fa40

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ rewrite.rules = [ AvoidInfix, ExpandImportSelectors, RedundantParens, SortModifi
1313
rewrite.sortModifiers.order = [ "private", "protected", "final", "sealed", "abstract", "implicit", "override", "lazy" ]
1414
spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in import x.{ yyy }
1515
trailingCommas = preserve
16-
version = 3.8.2
16+
version = 3.8.5

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import sbt._
55

66
object Dependencies {
77
val Scala212 = "2.12.20"
8-
val Scala213 = "2.13.15"
8+
val Scala213 = "2.13.16"
99
val Scala3 = "3.3.4"
1010

1111
val ScalaVersions = Seq(Scala212, Scala213, Scala3)

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#
22
# Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>
33
#
4-
sbt.version=1.10.6
4+
sbt.version=1.10.7

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
22
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0")
33
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
4-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
4+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
55
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")

0 commit comments

Comments
 (0)