Skip to content

Commit

Permalink
Update Play from 2.9.0 to 2.9.1 and from 3.0.0 to 3.0.1 (#2937)
Browse files Browse the repository at this point in the history
Pull request: #2937
  • Loading branch information
lefou authored Jan 3, 2024
1 parent efb38e5 commit 9012e68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ object Deps {
val playVersion = "2.8.21"
}
object Play_2_9 extends Play {
val playVersion = "2.9.0"
val playVersion = "2.9.1"
}
object Play_3_0 extends Play {
val playVersion = "3.0.0"
val playVersion = "3.0.1"
}
val play =
Seq(Play_3_0, Play_2_9, Play_2_8, Play_2_7, Play_2_6).map(p => (p.playBinVersion, p)).toMap
Expand Down

0 comments on commit 9012e68

Please sign in to comment.