File tree 1 file changed +1
-3
lines changed 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -93,16 +93,14 @@ object DottyBuild extends Build {
93
93
// http://stackoverflow.com/questions/10472840/how-to-attach-sources-to-sbt-managed-dependencies-in-scala-ide#answer-11683728
94
94
com.typesafe.sbteclipse.plugin.EclipsePlugin .EclipseKeys .withSource := true ,
95
95
96
- resolvers += Resolver .sonatypeRepo(" snapshots" ),
97
-
98
96
// get libraries onboard
99
97
partestDeps := Seq (scalaCompiler,
100
98
" org.scala-lang" % " scala-reflect" % scalaVersion.value,
101
99
" org.scala-lang" % " scala-library" % scalaVersion.value % " test" ),
102
100
libraryDependencies ++= partestDeps.value,
103
101
libraryDependencies ++= Seq (" org.scala-lang.modules" %% " scala-xml" % " 1.0.1" ,
104
102
" org.scala-lang.modules" %% " scala-partest" % " 1.0.11" % " test" ,
105
- " ch.epfl.lamp" % " dottydoc-client" % " 0.1-SNAPSHOT " ,
103
+ " ch.epfl.lamp" % " dottydoc-client" % " 0.1.0 " ,
106
104
" com.novocode" % " junit-interface" % " 0.11" % " test" ,
107
105
" com.github.spullara.mustache.java" % " compiler" % " 0.9.3" ,
108
106
" com.typesafe.sbt" % " sbt-interface" % sbtVersion.value),
You can’t perform that action at this time.
0 commit comments