Skip to content

Commit 47bcb4c

Browse files
committed
removed standard.sbt
this should have been in the previous but was missing
1 parent 75436e6 commit 47bcb4c

File tree

2 files changed

+1
-88
lines changed

2 files changed

+1
-88
lines changed

build.sbt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,12 @@ scalaModuleSettings
44

55
organization := "org.scala-lang.modules"
66

7-
scalaModuleSettings
8-
97
name := "scala-swing"
108

119
version := "2.0.0-SNAPSHOT"
1210

1311
scalaVersion := "2.11.1"
1412

15-
snapshotScalaBinaryVersion := "2.11.1"
16-
1713
scalacOptions ++= Seq("-deprecation", "-feature", "-target:jvm-1.6")
1814

1915
snapshotScalaBinaryVersion := "2.11"
@@ -25,7 +21,7 @@ OsgiKeys.exportPackage := Seq(s"scala.swing.*;version=${version.value}")
2521

2622
MimaPlugin.mimaDefaultSettings
2723

28-
MimaKeys.previousArtifact := Some(organization.value % s"${name.value}_2.11.1" % "1.0.0")
24+
MimaKeys.previousArtifact := Some(organization.value % s"${name.value}_2.11" % "1.0.1")
2925

3026
// run mima during tests
3127
test in Test := {

standard.sbt

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

0 commit comments

Comments
 (0)