Skip to content
This repository was archived by the owner on May 3, 2018. It is now read-only.

Commit a6aa7ae

Browse files
committed
Switch to scala-module-plugin, sbt 0.13.1
1 parent e5e8519 commit a6aa7ae

File tree

4 files changed

+8
-85
lines changed

4 files changed

+8
-85
lines changed

build.sbt

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
1-
organization := "org.scala-lang.modules"
1+
scalaModuleSettings
22

3-
name := "scala-partest-interface"
3+
version := "0.3.0-SNAPSHOT"
44

5-
version := "0.2"
5+
scalaVersion := "2.11.0-M8"
66

7-
scalaVersion := "2.11.0-M7"
8-
9-
// don't use for doc scope, scaladoc warnings are not to be reckoned with
10-
// "-Xfatal-warnings",
11-
scalacOptions in compile ++= Seq("-optimize", "-feature", "-deprecation", "-unchecked", "-Xlint")
7+
snapshotScalaBinaryVersion := "2.11.0-M8"
128

139
// dependencies:
14-
libraryDependencies += "org.scala-sbt" % "test-interface" % "1.0"
15-
10+
libraryDependencies += "org.scala-sbt" % "test-interface" % "1.0"
1611

17-
// looking for boilerplate? we have it! (in standard.sbt)
12+
//sbt-mima-pluginname := "scala-partest-interface"

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.0
1+
sbt.version=0.13.1

project/plugins.sbt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
resolvers += Classpaths.typesafeResolver
2-
3-
// addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.5")
4-
5-
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.2.0")
1+
addSbtPlugin("org.scala-lang.modules" % "scala-module-plugin" % "1.0.1")

standard.sbt

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)