Skip to content

Commit 0cc518d

Browse files
committed
add sbt release plugin
1 parent 5c30222 commit 0cc518d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "LMS"
22

33
version := "0.3-SNAPSHOT"
44

5-
organization := "EPFL"
5+
organization := "org.scala-lang.virtualized"
66

77
scalaOrganization := "org.scala-lang.virtualized"
88

@@ -49,5 +49,5 @@ addCompilerPlugin("org.scala-lang.plugins" % "scala-continuations-plugin_2.11.2"
4949
scalacOptions += "-P:continuations:enable"
5050

5151
// code coverage
52-
5352
scoverage.ScoverageSbtPlugin.ScoverageKeys.coverageHighlighting := false
53+

project/plugin.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ resolvers += Classpaths.sbtPluginReleases
33
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.0.1")
44

55
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.0.0.BETA1")
6+
7+
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.0")

0 commit comments

Comments
 (0)