Skip to content

Commit

Permalink
Merge pull request #782 from playframework/mergify/bp/2.9.x/pr-418
Browse files Browse the repository at this point in the history
[2.9.x] Revert "Temporary disable anorm example" (backport #418) by @mkurz
  • Loading branch information
mkurz authored Nov 17, 2024
2 parents 939d20b + 84bfcc9 commit 594c367
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion play-scala-anorm-example/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ lazy val root = (project in file("."))
jdbc,
evolutions,
"com.h2database" % "h2" % "2.3.232",
"org.playframework.anorm" %% "anorm" % "2.7.0",
"org.playframework.anorm" %% "anorm" % "2.8.1",
"org.scalatestplus.play" %% "scalatestplus-play" % "6.0.1" % Test,
),
scalacOptions ++= List("-feature", "-Werror"),
Expand Down
2 changes: 1 addition & 1 deletion play-scala-anorm-example/test/BrowserSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.scalatestplus.play.guice.GuiceOneServerPerTest
/**
* Runs a browser based test against the application.
*
* http://doc.scalatest.org/3.0.0/index.html#org.scalatest.selenium.WebBrowser
* http://doc.scalatest.org/3.0.1/index.html#org.scalatest.selenium.WebBrowser
* http://www.scalatest.org/user_guide/using_selenium
* https://www.playframework.com/documentation/latest/ScalaFunctionalTestingWithScalaTest#Testing-with-a-web-browser
*/
Expand Down

0 comments on commit 594c367

Please sign in to comment.