Skip to content

Commit 4ac4159

Browse files
authored
Merge branch 'main' into update/patches
2 parents 6e4a58a + 8f80abe commit 4ac4159

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in im
1010
trailingCommas = preserve
1111
newlines.afterCurlyLambda = preserve
1212
runner.dialect = scala212source3
13-
version = 3.10.7
13+
version = 3.11.1

docs/.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in im
1313
trailingCommas = preserve
1414
newlines.afterCurlyLambda = preserve
1515
runner.dialect = scala212source3
16-
version = 3.10.7
16+
version = 3.11.1

docs/project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ lazy val sbtPlayEbean = ProjectRef(Path.fileProperty("user.dir").getParentFile,
66

77
resolvers ++= DefaultOptions.resolvers(snapshot = true)
88

9-
addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.1.0-M5"))
9+
addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.1.0-M9"))
1010

1111
addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % "0.12.0")
1212

13-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
13+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1")
1414

1515
addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0")

project/Dependencies.scala

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

1818
object Versions {
1919
val play: String = "3.1.0-M8"
20-
val ebean = "17.3.0"
20+
val ebean = "17.10.0"
2121
val typesafeConfig = "1.4.9"
2222
}
2323

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0")
44

55
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.5")
66

7-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
7+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1")
88

99
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
1010

0 commit comments

Comments
 (0)