Skip to content

Commit

Permalink
Merge pull request #5 from benmccann/repos
Browse files Browse the repository at this point in the history
Remove unnecessary repos
  • Loading branch information
bbarkley committed Mar 29, 2016
2 parents 1c670cb + 176a892 commit 900a6df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions project/Build.scala
Expand Up @@ -4,11 +4,6 @@ import sbt.Keys._

object NGPluginBuild extends Build {

object Repos {
val typeSafeReleases = "Typesafe Releases Repository" at "http://repo.typesafe.com/typesafe/releases/"
val scalazReleases = "Scalaz Repository" at "http://dl.bintray.com/scalaz/releases"
}

lazy val root = Project("root", file("."),
settings = commonSettings ++ Seq(
name := "play-testng"
Expand Down Expand Up @@ -40,7 +35,6 @@ object NGPluginBuild extends Build {
lazy val commonSettings: Seq[Setting[_]] = Project.defaultSettings ++ Seq(
organization := "com.linkedin.play-testng-plugin",
scalaVersion := "2.10.4",
version := "2.4.2",
resolvers ++= Seq(Repos.typeSafeReleases, Repos.scalazReleases)
version := "2.4.2"
)
}
2 changes: 1 addition & 1 deletion project/build.properties
@@ -1 +1 @@
sbt.version=0.13.8
sbt.version=0.13.11

0 comments on commit 900a6df

Please sign in to comment.