This repository was archived by the owner on Sep 8, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,6 @@ scalaXmlVersion := "1.0.3"
12
12
13
13
scalaCheckVersion := " 1.11.3"
14
14
15
- // used as binary version when compiling against 2.12.0-SNAPSHOT
16
- snapshotScalaBinaryVersion := " 2.11"
17
-
18
- // TODO remove this after https://github.com/scala/sbt-scala-modules/pull/7
19
- // is merged and this build refers to the new plugin.
20
- scalaBinaryVersion := (
21
- if (scalaVersion.value.startsWith(" 2.12" ))
22
- snapshotScalaBinaryVersion.value
23
- else
24
- scalaBinaryVersion.value
25
- )
26
-
27
15
// TODO: enable "-Xfatal-warnings" for nightlies,
28
16
// off by default because we don't want to break scala/scala pr validation due to deprecation
29
17
// don't use for doc scope, scaladoc warnings are not to be reckoned with
@@ -50,3 +38,5 @@ libraryDependencies += "org.scala-lang" % "scalap" % sca
50
38
libraryDependencies += " org.scala-lang" % " scala-reflect" % scalaVersion.value % " provided" intransitive()
51
39
52
40
libraryDependencies += " org.scala-lang" % " scala-compiler" % scalaVersion.value % " provided" intransitive()
41
+
42
+ mimaPreviousVersion := Some (" 1.0.5" )
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" org.scala-lang.modules" % " scala-module-plugin" % " 1.0.2 " )
1
+ addSbtPlugin(" org.scala-lang.modules" % " scala-module-plugin" % " 1.0.3 " )
You can’t perform that action at this time.
0 commit comments