Skip to content

Commit

Permalink
Merge pull request #533 from mkurz/play-3.1.0-M1
Browse files Browse the repository at this point in the history
Play 3.1.0-M1 (guice 7 / jakarta.inject) + Scala 2.13.16
  • Loading branch information
mkurz authored Jan 25, 2025
2 parents 5f4c458 + 8ae1cdf commit e9a7b21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ lazy val mimaSettings = Seq(
)

lazy val commonSettings = Seq(
scalaVersion := "2.13.15",
crossScalaVersions := Seq("2.13.15", "3.3.4"),
scalaVersion := "2.13.16",
crossScalaVersions := Seq("2.13.16", "3.3.4"),
Test / parallelExecution := false,
Test / testOptions += Tests.Argument(TestFrameworks.ScalaTest, "-oTK"),
headerLicense := Some(
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resolvers ++= DefaultOptions.resolvers(snapshot = true)
resolvers ++= Resolver
.sonatypeOssRepos("snapshots") // used by deploy nightlies, which publish here & use -Dplay.version

addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.5"))
addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.1.0-M1"))

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
Expand Down

0 comments on commit e9a7b21

Please sign in to comment.