Skip to content

Commit

Permalink
Update organization name for play-test
Browse files Browse the repository at this point in the history
  • Loading branch information
mszturo committed Dec 15, 2023
1 parent f2b7dc4 commit fc108cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object Dependencies {

val testPlay = Seq(
"org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test,
"com.typesafe.play" %% "play-test" % "2.8.20" % "test"
"org.playframework" %% "play-test" % "2.8.20" % "test"
)

val play = mainPlay ++ testPlay
Expand Down

0 comments on commit fc108cd

Please sign in to comment.