Skip to content

Commit 483d0c6

Browse files
authored
Merge pull request #511 from scala-steward/update/patches
Patch updates
2 parents 59ec8bb + 9b6d7e6 commit 483d0c6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.10.6
3+
sbt.version=1.10.7

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ object Dependencies {
1616

1717
object Versions {
1818
val play: String = "3.0.6"
19-
val ebean = "15.8.0"
19+
val ebean = "15.8.1"
2020
val typesafeConfig = "1.4.3"
2121
}
2222

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

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
66

77
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
88

9-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0")
9+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
1010

1111
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0")

0 commit comments

Comments
 (0)