Skip to content

Commit 3689632

Browse files
committed
Switch to scala-module-plugin, sbt 0.13.1
1 parent f0246d3 commit 3689632

File tree

5 files changed

+8
-104
lines changed

5 files changed

+8
-104
lines changed

build.sbt

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
import VersionKeys._
1+
scalaModuleSettings
22

3-
organization := "org.scala-lang.modules"
3+
name := "scala-swing"
44

5-
name := "scala-swing"
5+
version := "1.0.0-SNAPSHOT"
66

7-
version := "1.0.0-SNAPSHOT"
7+
scalaVersion := "2.11.0-M8"
88

9-
scalaVersion := "2.11.0-M7"
10-
11-
snapshotScalaBinaryVersion := "2.11.0-M7"
9+
snapshotScalaBinaryVersion := "2.11.0-M8"
1210

1311
// important!! must come here (why?)
14-
osgiSettings
12+
scalaModuleOsgiSettings
1513

1614
OsgiKeys.exportPackage := Seq(s"scala.swing.*;version=${version.value}")

project/build.properties

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

project/keys.scala

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

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.6.0")
1+
addSbtPlugin("org.scala-lang.modules" % "scala-module-plugin" % "1.0.1")

standard.sbt

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

0 commit comments

Comments
 (0)