Skip to content

Commit 93810fa

Browse files
authored
Merge pull request #1496 from felixmulder/dottydoc-client-v0.1.0
Bump dottydoc version for nightly builds
2 parents a0e7adb + 8221735 commit 93810fa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

project/Build.scala

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,16 +93,14 @@ 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-
9896
// get libraries onboard
9997
partestDeps := Seq(scalaCompiler,
10098
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
10199
"org.scala-lang" % "scala-library" % scalaVersion.value % "test"),
102100
libraryDependencies ++= partestDeps.value,
103101
libraryDependencies ++= Seq("org.scala-lang.modules" %% "scala-xml" % "1.0.1",
104102
"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",
106104
"com.novocode" % "junit-interface" % "0.11" % "test",
107105
"com.github.spullara.mustache.java" % "compiler" % "0.9.3",
108106
"com.typesafe.sbt" % "sbt-interface" % sbtVersion.value),

0 commit comments

Comments
 (0)