We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f1b644 commit b9c0c07Copy full SHA for b9c0c07
project/AppDependencies.scala
@@ -2,8 +2,8 @@ import sbt.*
2
3
object AppDependencies {
4
5
- private val bootstrapVersion = "10.3.0"
6
- private val frontendVersion = "12.18.0"
+ private val bootstrapVersion = "10.4.0"
+ private val frontendVersion = "12.22.0"
7
private val playVersion = "play-30"
8
9
val compile = Seq(
0 commit comments