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

Switch to scala-module-plugin, sbt 0.13.1 #3

Merged
merged 1 commit into from
Jan 27, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 6 additions & 11 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
organization := "org.scala-lang.modules"
scalaModuleSettings

name := "scala-partest-interface"
version := "0.3.0-SNAPSHOT"

version := "0.2"
scalaVersion := "2.11.0-M8"

scalaVersion := "2.11.0-M7"

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

// dependencies:
libraryDependencies += "org.scala-sbt" % "test-interface" % "1.0"

libraryDependencies += "org.scala-sbt" % "test-interface" % "1.0"

// looking for boilerplate? we have it! (in standard.sbt)
//sbt-mima-pluginname := "scala-partest-interface"
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.0
sbt.version=0.13.1
6 changes: 1 addition & 5 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
resolvers += Classpaths.typesafeResolver

// addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.5")

addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.2.0")
addSbtPlugin("org.scala-lang.modules" % "scala-module-plugin" % "1.0.1")
68 changes: 0 additions & 68 deletions standard.sbt

This file was deleted.