diff --git a/build.sbt b/build.sbt index e6298bb3..0fe1409b 100644 --- a/build.sbt +++ b/build.sbt @@ -453,7 +453,7 @@ lazy val `anorm-postgres` = (project in file("postgres")) Seq( "org.postgresql" % "postgresql" % pgVer, - "com.typesafe.play" %% "play-json" % playJsonVer, + "org.playframework" %% "play-json" % playJsonVer, "org.scala-lang.modules" %% "scala-xml" % xmlVer.value % Test ) ++ specs2Test :+ acolyte }