File tree Expand file tree Collapse file tree
play-java-starter-example
play-java-websocket-example
play-scala-websocket-example Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ lazy val root = (project in file("."))
1212 " com.h2database" % " h2" % " 2.3.232" ,
1313 " org.hibernate" % " hibernate-core" % " 6.6.19.Final" ,
1414 javaWs % " test" ,
15- " org.awaitility" % " awaitility" % " 4.2.2 " % " test" ,
15+ " org.awaitility" % " awaitility" % " 4.3.0 " % " test" ,
1616 " org.assertj" % " assertj-core" % " 3.26.3" % " test" ,
1717 " org.mockito" % " mockito-core" % " 5.18.0" % " test" ,
1818 ),
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ lazy val root = (project in file("."))
1212 " com.h2database" % " h2" % " 2.3.232" ,
1313 // Testing libraries for dealing with CompletionStage...
1414 " org.assertj" % " assertj-core" % " 3.26.3" % Test ,
15- " org.awaitility" % " awaitility" % " 4.2.2 " % Test ,
15+ " org.awaitility" % " awaitility" % " 4.3.0 " % Test ,
1616 ),
1717 javacOptions ++= Seq (
1818 " -encoding" , " UTF-8" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ lazy val root = (project in file("."))
1313 " org.webjars" % " flot" % " 0.8.3-1" ,
1414 " org.webjars" % " bootstrap" % " 3.3.7-1" ,
1515 " org.assertj" % " assertj-core" % " 3.26.3" % Test ,
16- " org.awaitility" % " awaitility" % " 4.2.2 " % Test ,
16+ " org.awaitility" % " awaitility" % " 4.3.0 " % Test ,
1717 ),
1818 TwirlKeys .templateImports ++= Seq (
1919 " views.html.helper.CSPNonce"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ lazy val root = (project in file("."))
1313 " org.webjars" % " flot" % " 0.8.3-1" ,
1414 " org.webjars" % " bootstrap" % " 3.3.7-1" ,
1515 " org.scalatestplus.play" %% " scalatestplus-play" % " 6.0.2" % Test ,
16- " org.awaitility" % " awaitility" % " 4.2.2 " % Test ,
16+ " org.awaitility" % " awaitility" % " 4.3.0 " % Test ,
1717 ),
1818 TwirlKeys .templateImports ++= Seq (
1919 " views.html.helper.CSPNonce"
You can’t perform that action at this time.
0 commit comments