Skip to content

Commit

Permalink
Merge pull request #418 from mkurz/docs-correct-version
Browse files Browse the repository at this point in the history
[7.0.x] Correct version in docs
  • Loading branch information
mkurz authored Nov 1, 2023
2 parents 774c5d7 + b281090 commit d0ec078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manual/working/javaGuide/main/sql/code/ebean.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>

//#add-sbt-plugin
addSbtPlugin("com.typesafe.play" % "sbt-play-ebean" % "6.2.0")
addSbtPlugin("com.typesafe.play" % "sbt-play-ebean" % "7.0.0")
//#add-sbt-plugin

//#enable-plugin
Expand Down

0 comments on commit d0ec078

Please sign in to comment.