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
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