Skip to content

Commit

Permalink
Merge pull request #223 from mkurz/scalatestplusplay
Browse files Browse the repository at this point in the history
scalatestplus-play 7.0.0
  • Loading branch information
mkurz authored Oct 25, 2023
2 parents 82d7efa + e67266c commit 47618c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/g8/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lazy val root = (project in file(".")).enablePlugins(PlayScala)
scalaVersion := "$scala_version$"

libraryDependencies += guice
libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.0-M1" % Test
libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.0" % Test

// Adds additional packages into Twirl
//TwirlKeys.templateImports += "$organization$.controllers._"
Expand Down
2 changes: 1 addition & 1 deletion src/main/g8/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object $name;format="camel"$ extends PlayModule with SingleModule {

def scalaVersion = "$scala_version$"
def playVersion = "$play_version$"
def twirlVersion = "1.6.0-RC2"
def twirlVersion = "2.0.1"

object test extends PlayTests
}

0 comments on commit 47618c2

Please sign in to comment.