Skip to content

Commit 8fa520d

Browse files
authored
Merge pull request #704 from scala-steward/update/8.x/patches
[8.x] Patch updates
2 parents 4f7e6c8 + 795e46e commit 8fa520d

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
"org.playframework" %% "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)