We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66607ad commit 218e440Copy full SHA for 218e440
project/Build.scala
@@ -93,6 +93,8 @@ object DottyBuild extends Build {
93
//http://stackoverflow.com/questions/10472840/how-to-attach-sources-to-sbt-managed-dependencies-in-scala-ide#answer-11683728
94
com.typesafe.sbteclipse.plugin.EclipsePlugin.EclipseKeys.withSource := true,
95
96
+ resolvers += Resolver.sonatypeRepo("snapshots"),
97
+
98
// get libraries onboard
99
partestDeps := Seq(scalaCompiler,
100
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
0 commit comments