Skip to content

Commit

Permalink
Update Play versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Dec 28, 2024
1 parent d663c03 commit e9478be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ object Deps {
val playVersion = "2.8.22"
}
object Play_2_9 extends Play {
val playVersion = "2.9.5"
val playVersion = "2.9.6"
}
object Play_3_0 extends Play {
val playVersion = "3.0.5"
val playVersion = "3.0.6"
}
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 e9478be

Please sign in to comment.