Skip to content

Commit 4530ad5

Browse files
authored
Merge pull request #703 from scala-steward/update/7.x/patches
[7.x] Patch updates
2 parents 5e9bed9 + 66fcafb commit 4530ad5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.5
3+
sbt.version=1.12.8

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.5
3+
sbt.version=1.12.8

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
@@ -57,7 +57,7 @@ object PlayEbean extends AutoPlugin {
5757
libraryDependencies ++=
5858
Seq(
5959
"com.typesafe.play" %% "play-ebean" % playEbeanVersion.value,
60-
"org.glassfish.jaxb" % "jaxb-runtime" % "4.0.6"
60+
"org.glassfish.jaxb" % "jaxb-runtime" % "4.0.7"
6161
)
6262
)
6363

0 commit comments

Comments
 (0)