Skip to content
This repository was archived by the owner on Sep 8, 2022. It is now read-only.

Commit 615924e

Browse files
committed
Add sonatype snapshots repo.
So that we can PR validate against Scala snapshots.
1 parent 39ae1dc commit 615924e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.sbt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ scalaXmlVersion := "1.0.0-RC6"
1212
// so we don't have to wait for sonatype to synch to maven central when deploying a new module
1313
resolvers += Resolver.sonatypeRepo("releases")
1414

15+
// to allow compiling against snapshot versions of Scala
16+
resolvers += Resolver.sonatypeRepo("snapshots")
17+
1518
// dependencies:
1619
libraryDependencies += "org.apache.ant" % "ant" % "1.8.4"
1720

0 commit comments

Comments
 (0)