File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 8
8
- 2.11.12
9
9
- 2.12.11
10
10
- 2.13.3
11
- - 3.0.0-RC2
11
+ - 3.0.0
12
12
13
13
env :
14
14
- ADOPTOPENJDK=8
Original file line number Diff line number Diff line change 1
- lazy val scalaTestVersion = " 3.2.7 "
1
+ lazy val scalaTestVersion = " 3.2.9 "
2
2
3
3
// We use <epoch>.<major>.<minor> like 99% of Scala libraries.
4
4
// Versions are binary compatible within x.y.* but not within x.*.*
@@ -15,6 +15,7 @@ lazy val swing = project.in(file("."))
15
15
.settings(commonSettings)
16
16
.settings(
17
17
name := " scala-swing" ,
18
+ scalaModuleAutomaticModuleName := Some (" scala.swing" ),
18
19
OsgiKeys .exportPackage := Seq (s " scala.swing.*;version= ${version.value}" ),
19
20
// scalaModuleMimaPreviousVersion := Some("2.1.0"), TODO re-enable after we have a 3.0 release
20
21
// set the prompt (for this build) to include the project id.
@@ -33,9 +34,9 @@ lazy val swing = project.in(file("."))
33
34
case _ => sourceDir / " scala-2.13-"
34
35
}
35
36
},
36
- sources in (Compile , doc) := {
37
- if (isDotty.value) Nil else (sources in (Compile , doc)).value // dottydoc is currently broken
38
- },
37
+ // sources in (Compile, doc) := {
38
+ // if (isDotty.value) Nil else (sources in (Compile, doc)).value // dottydoc is currently broken
39
+ // },
39
40
)
40
41
41
42
lazy val examples = project.in(file(" examples" ))
Original file line number Diff line number Diff line change 1
- sbt.version =1.4.9
1
+ sbt.version =1.5.2
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 2.2.4" )
2
- addSbtPlugin(" ch.epfl.lamp" % " sbt-dotty" % " 0.5.4" ) // cross-compile for dotty
3
- addSbtPlugin(" ch.epfl.scala" % " sbt-version-policy" % " 1.0.0-RC5" )
1
+ addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 2.3.0" )
2
+ addSbtPlugin(" ch.epfl.scala" % " sbt-version-policy" % " 1.0.1" )
You can’t perform that action at this time.
0 commit comments