Skip to content

Commit 04b5a0e

Browse files
authored
Merge pull request #691 from scala-steward/update/patches
Patch updates
2 parents e53d479 + df4e5c2 commit 04b5a0e

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

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ object Dependencies {
1717
object Versions {
1818
val play: String = "3.1.0-M4"
1919
val ebean = "17.3.0"
20-
val typesafeConfig = "1.4.5"
20+
val typesafeConfig = "1.4.6"
2121
}
2222

2323
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.3
3+
sbt.version=1.12.4

0 commit comments

Comments
 (0)