Skip to content
This repository was archived by the owner on May 3, 2018. It is now read-only.

Commit cb3361c

Browse files
committed
Allow resolving Scala snapshots.
1 parent 912f169 commit cb3361c

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
@@ -16,6 +16,9 @@ scalaVersion := "2.11.0-M6"
1616
// but don't rebuild scalacheck, so we don't want to rewire that dependency)
1717
scalaBinaryVersion := "2.11.0-M6"
1818

19+
// to allow compiling against snapshot versions of Scala
20+
resolvers += Resolver.sonatypeRepo("snapshots")
21+
1922
// don't use for doc scope, scaladoc warnings are not to be reckoned with
2023
scalacOptions in compile ++= Seq("-optimize", "-Xfatal-warnings", "-feature", "-deprecation", "-unchecked", "-Xlint")
2124

0 commit comments

Comments
 (0)