Skip to content

Commit 55ee039

Browse files
authored
Merge pull request #757 from scala-steward/update/patches
Patch updates
2 parents 8f80abe + 4ac4159 commit 55ee039

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ lazy val docs = project
2424
Test / unmanagedResourceDirectories := Nil,
2525
Test / parallelExecution := false,
2626
scalaVersion := "2.13.18",
27-
crossScalaVersions := Seq("2.13.18", "3.3.6"),
27+
crossScalaVersions := Seq("2.13.18", "3.3.7"),
2828
)
2929
.settings(
3030
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.12.9
3+
sbt.version=1.12.11

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ object Dependencies {
1111
object ScalaVersions {
1212
val scala212 = "2.12.21"
1313
val scala213 = "2.13.18"
14-
val scala3App = "3.8.3"
14+
val scala3App = "3.8.4"
1515
val scala3Plugin = scala3App
1616
}
1717

1818
object Versions {
1919
val play: String = "3.1.0-M8"
2020
val ebean = "17.10.0"
21-
val typesafeConfig = "1.4.6"
21+
val typesafeConfig = "1.4.9"
2222
}
2323

2424
val ebean = libraryDependencies ++= Seq(

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.12.9
3+
sbt.version=1.12.11

sbt-play-ebean/src/main/scala/play/ebean/sbt/PlayEbean.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ object PlayEbean extends AutoPlugin {
8787
libraryDependencies ++=
8888
Seq(
8989
"org.playframework" %% "play-ebean" % playEbeanVersion.value,
90-
"org.glassfish.jaxb" % "jaxb-runtime" % "4.0.7"
90+
"org.glassfish.jaxb" % "jaxb-runtime" % "4.0.9"
9191
)
9292
)
9393

0 commit comments

Comments
 (0)