You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
262 B

  1. import sbt._
  2. object Resolvers {
  3. val sonatypeSnaps = Resolver.sonatypeRepo("snapshots")
  4. val sonatypeRelease = Resolver.sonatypeRepo("releases")
  5. val sonatypeStaging = "Sonatype Staging" at "https://oss.sonatype.org/service/local/staging/deploy/maven2"
  6. }