Skip to content

Commit

Permalink
Add the correct scala-sbt repo for resolving sbt-testng.plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
szeiger committed Jul 31, 2015
1 parent 91a5c25 commit 63407aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/Build.scala
Expand Up @@ -320,6 +320,7 @@ object SlickBuild extends Build {
settings = Defaults.coreDefaultSettings ++ sharedSettings ++ testNGSettings ++ Seq(
name := "Slick-ReactiveStreamsTests",
unmanagedResourceDirectories in Test += (baseDirectory in aRootProject).value / "common-test-resources",
resolvers += Resolver.sbtPluginRepo("releases"),
libraryDependencies ++=
(Dependencies.logback +: Dependencies.testDBs).map(_ % "test") ++:
Dependencies.reactiveStreamsTCK +:
Expand Down

0 comments on commit 63407aa

Please sign in to comment.