Skip to content

Commit

Permalink
Merge pull request #495 from scala-steward/update/7.x/patches
Browse files Browse the repository at this point in the history
[7.x] Patch updates
  • Loading branch information
mkurz authored Nov 4, 2024
2 parents 3aef4d6 + 34b63ce commit 544d2e3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: playframework/.github/.github/workflows/cmd.yml@v3
with:
java: 17, 11
scala: 2.13.14, 3.3.3
scala: 2.13.15, 3.3.3
cmd: >-
sbt "
+publishLocal;
Expand Down
4 changes: 2 additions & 2 deletions docs/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ lazy val docs = project
// No resource directories shuts the ebean agent up about java sources in the classes directory
Test / unmanagedResourceDirectories := Nil,
Test / parallelExecution := false,
scalaVersion := "2.13.14",
crossScalaVersions := Seq("2.13.14", "3.3.3"),
scalaVersion := "2.13.15",
crossScalaVersions := Seq("2.13.15", "3.3.3"),
)
.settings(
Test / javafmt / sourceDirectories ++= (Test / unmanagedSourceDirectories).value,
Expand Down
2 changes: 1 addition & 1 deletion docs/project/build.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>

sbt.version=1.10.1
sbt.version=1.10.2
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ object Dependencies {

object ScalaVersions {
val scala212 = "2.12.20"
val scala213 = "2.13.14"
val scala3 = "3.3.3"
val scala213 = "2.13.15"
val scala3 = "3.3.4"
}

object Versions {
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>

sbt.version=1.10.1
sbt.version=1.10.2

0 comments on commit 544d2e3

Please sign in to comment.