File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name := "LMS"
2
2
3
3
version := " 0.3-SNAPSHOT"
4
4
5
- organization := " EPFL "
5
+ organization := " org.scala-lang.virtualized "
6
6
7
7
scalaOrganization := " org.scala-lang.virtualized"
8
8
@@ -49,5 +49,5 @@ addCompilerPlugin("org.scala-lang.plugins" % "scala-continuations-plugin_2.11.2"
49
49
scalacOptions += " -P:continuations:enable"
50
50
51
51
// code coverage
52
-
53
52
scoverage.ScoverageSbtPlugin .ScoverageKeys .coverageHighlighting := false
53
+
Original file line number Diff line number Diff line change @@ -3,3 +3,5 @@ resolvers += Classpaths.sbtPluginReleases
3
3
addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 1.0.1" )
4
4
5
5
addSbtPlugin(" org.scoverage" % " sbt-coveralls" % " 1.0.0.BETA1" )
6
+
7
+ addSbtPlugin(" com.github.gseitz" % " sbt-release" % " 1.0.0" )
You can’t perform that action at this time.
0 commit comments