Skip to content

Commit

Permalink
Merge pull request #428 from mkurz/update_ebean
Browse files Browse the repository at this point in the history
Update ebean to latest currently working version
  • Loading branch information
mkurz authored Jan 9, 2024
2 parents ec994e8 + 4569285 commit 4ef83f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object Dependencies {

object Versions {
val play: String = "3.0.0"
val ebean = "13.17.3"
val ebean = "13.23.0"
val ebeanJakarta = s"$ebean-jakarta"
val typesafeConfig = "1.4.3"
}
Expand Down

0 comments on commit 4ef83f3

Please sign in to comment.