Skip to content

Commit

Permalink
[7.x] play-docs, play-docs-sbt-plugin, ... 3.0.5 (was 2.9.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 14, 2024
1 parent ecfa4e7 commit 59071f5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ lazy val plugin = project
name := "sbt-play-ebean",
organization := "com.typesafe.play",
Dependencies.plugin,
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % Versions.play),
addSbtPlugin("org.playframework" % "sbt-plugin" % Versions.play),
scalaVersion := scala212,
crossScalaVersions := Seq(scala212),
mimaPreviousArtifacts := Set.empty,
Expand Down
2 changes: 1 addition & 1 deletion docs/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ lazy val sbtPlayEbean = ProjectRef(Path.fileProperty("user.dir").getParentFile,

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

addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.5"))
addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.5"))

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

Expand Down
10 changes: 5 additions & 5 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ object Dependencies {
("io.ebean" % "ebean" % Versions.ebean).excludeAll(ExclusionRule("com.fasterxml.jackson.core")),
"io.ebean" % "ebean-ddl-generator" % Versions.ebean,
"io.ebean" % "ebean-agent" % Versions.ebean,
"com.typesafe.play" %% "play-java-jdbc" % Versions.play,
"com.typesafe.play" %% "play-jdbc-evolutions" % Versions.play,
"com.typesafe.play" %% "play-guice" % Versions.play % Test,
"com.typesafe.play" %% "play-filters-helpers" % Versions.play % Test,
"com.typesafe.play" %% "play-test" % Versions.play % Test,
"org.playframework" %% "play-java-jdbc" % Versions.play,
"org.playframework" %% "play-jdbc-evolutions" % Versions.play,
"org.playframework" %% "play-guice" % Versions.play % Test,
"org.playframework" %% "play-filters-helpers" % Versions.play % Test,
"org.playframework" %% "play-test" % Versions.play % Test,
("org.reflections" % "reflections" % "0.10.2")
.exclude("com.google.code.findbugs", "annotations")
.classifier("")
Expand Down

0 comments on commit 59071f5

Please sign in to comment.