Skip to content

Commit 0d39d43

Browse files
committed
Fixed groupId for play 2.2
1 parent 749f542 commit 0d39d43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ object ScalikeJDBCAsyncProject extends Build {
5757
Seq(
5858
"com.github.mauricio" %% "postgresql-async" % mauricioVersion % "provided",
5959
"com.github.mauricio" %% "mysql-async" % mauricioVersion % "provided",
60-
"play" %% "play" % defaultPlayVersion % "provided",
61-
"play" %% "play-test" % defaultPlayVersion % "test")
60+
"com.typesafe.play" %% "play" % defaultPlayVersion % "provided",
61+
"com.typesafe.play" %% "play-test" % defaultPlayVersion % "test")
6262
},
6363
testOptions in Test += Tests.Argument(TestFrameworks.Specs2, "sequential", "true"),
6464
publishTo <<= version { (v: String) => _publishTo(v) },

0 commit comments

Comments
 (0)