diff --git a/build.sbt b/build.sbt index c1990977c..693b97bea 100644 --- a/build.sbt +++ b/build.sbt @@ -107,7 +107,7 @@ val commonLib = (project in file(s"$appsFolder/common-lib")) libraryDependencies ++= Seq( ws, // @todo – we're repeating ourselves. Can we derive this from the plugin? - "com.typesafe.play" %% "play" % "2.9.10" + "org.playframework" %% "play" % "3.0.10" ) )