Skip to content

Commit 2d90b13

Browse files
authored
Merge pull request #547 from mkurz/update_deps
Update dependencies (enables central portal publishing)
2 parents 1c179ea + 10ad5c5 commit 2d90b13

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

docs/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ lazy val docs = project
2222
Test / unmanagedResourceDirectories := Nil,
2323
Test / parallelExecution := false,
2424
scalaVersion := "2.13.16",
25-
crossScalaVersions := Seq("2.13.16", "3.3.5"),
25+
crossScalaVersions := Seq("2.13.16", "3.3.6"),
2626
)
2727
.settings(
2828
Test / javafmt / sourceDirectories ++= (Test / unmanagedSourceDirectories).value,

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

docs/project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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-M1"))
9+
addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.1.0-M2"))
1010

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

project/Dependencies.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ object Dependencies {
1111
object ScalaVersions {
1212
val scala212 = "2.12.20"
1313
val scala213 = "2.13.16"
14-
val scala3 = "3.3.5"
14+
val scala3 = "3.3.6"
1515
}
1616

1717
object Versions {
18-
val play: String = "3.1.0-M1"
19-
val ebean = "15.8.1"
18+
val play: String = "3.1.0-M2"
19+
val ebean = "15.8.2"
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.7
3+
sbt.version=1.11.2

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.2")
9+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")
1010

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

0 commit comments

Comments
 (0)