You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split jvm-specific settings into scalaModuleSettingsJVM
Move jvm-specific settings from scalaModuleSettings to a new
scalaModuleSettingsJVM setting. This means that JVM projects in
scala modules now have to add bot `scalaModuleSettings` and
`scalaModuleSettingsJVM`.
Adding sbt-osgi settings in a scala-js project caused the published
jar to be empty (scala/scala-parser-combinators#119).
Upgrades sbt-osgi to the latest version.
Also anticipates the new optimizer settings in 2.12.3
(scala/scala#5964).
valrepoName= settingKey[String]("The name of the repository under github.com/scala/.")
8
9
valmimaPreviousVersion= settingKey[Option[String]]("The version of this module to compare against when running MiMa.")
9
10
valscalaVersionsByJvm= settingKey[Map[Int, List[(String, Boolean)]]]("For a Java major version (6, 8, 9), a list of a Scala version and a flag indicating whether to use this combination for publishing.")
10
11
11
-
// Settings applied to the entire build when the plugin is loaded.
12
-
13
12
// See https://github.com/sbt/sbt/issues/2082
// adapted from https://github.com/typesafehub/migration-manager/blob/0.1.6/sbtplugin/src/main/scala/com/typesafe/tools/mima/plugin/SbtMima.scala#L69
0 commit comments