Skip to content

Commit

Permalink
removed stagging repo resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
octonato committed Jul 17, 2019
1 parent 3092ea9 commit 29eb58e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Expand Up @@ -458,7 +458,6 @@ lazy val PlayFramework = Project("Play-Framework", file("."))
scalaVersion := (scalaVersion in PlayProject).value,
playBuildRepoName in ThisBuild := "playframework",
resolvers in ThisBuild += Resolver.bintrayRepo("akka", "snapshots"),
resolvers in ThisBuild += "Sonatype OSS Staging".at("https://oss.sonatype.org/content/repositories/staging"),
concurrentRestrictions in Global += Tags.limit(Tags.Test, 1),
libraryDependencies ++= (runtime(scalaVersion.value) ++ jdbcDeps),
Docs.apiDocsInclude := false,
Expand Down

0 comments on commit 29eb58e

Please sign in to comment.