Skip to content

Commit 9879b90

Browse files
committed
Add snapshots resolver
1 parent 0a9003d commit 9879b90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

project/Build.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ object DottyBuild extends Build {
9393
//http://stackoverflow.com/questions/10472840/how-to-attach-sources-to-sbt-managed-dependencies-in-scala-ide#answer-11683728
9494
com.typesafe.sbteclipse.plugin.EclipsePlugin.EclipseKeys.withSource := true,
9595

96+
resolvers += Resolver.sonatypeRepo("snapshots"),
97+
9698
// get libraries onboard
9799
partestDeps := Seq(scalaCompiler,
98100
"org.scala-lang" % "scala-reflect" % scalaVersion.value,

0 commit comments

Comments
 (0)