Skip to content

Commit 544d2e3

Browse files
authored
Merge pull request #495 from scala-steward/update/7.x/patches
[7.x] Patch updates
2 parents 3aef4d6 + 34b63ce commit 544d2e3

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: playframework/.github/.github/workflows/cmd.yml@v3
5454
with:
5555
java: 17, 11
56-
scala: 2.13.14, 3.3.3
56+
scala: 2.13.15, 3.3.3
5757
cmd: >-
5858
sbt "
5959
+publishLocal;

docs/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ lazy val docs = project
2121
// No resource directories shuts the ebean agent up about java sources in the classes directory
2222
Test / unmanagedResourceDirectories := Nil,
2323
Test / parallelExecution := false,
24-
scalaVersion := "2.13.14",
25-
crossScalaVersions := Seq("2.13.14", "3.3.3"),
24+
scalaVersion := "2.13.15",
25+
crossScalaVersions := Seq("2.13.15", "3.3.3"),
2626
)
2727
.settings(
2828
Test / javafmt / sourceDirectories ++= (Test / unmanagedSourceDirectories).value,

docs/project/build.properties

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

3-
sbt.version=1.10.1
3+
sbt.version=1.10.2

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ object Dependencies {
1010

1111
object ScalaVersions {
1212
val scala212 = "2.12.20"
13-
val scala213 = "2.13.14"
14-
val scala3 = "3.3.3"
13+
val scala213 = "2.13.15"
14+
val scala3 = "3.3.4"
1515
}
1616

1717
object Versions {

project/build.properties

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

3-
sbt.version=1.10.1
3+
sbt.version=1.10.2

0 commit comments

Comments
 (0)