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/.")
16
-
valmimaPreviousVersion= settingKey[Option[String]]("The version of this module to compare against when running MiMa.")
17
-
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.")
18
-
valenableOptimizerInlineFrom= settingKey[String]("The value passed to -opt-inline-from by `enableOptimizer` on 2.13 and higher.")
15
+
valscalaModuleRepoName= settingKey[String]("The name of the repository under github.com/scala/.")
16
+
valscalaModuleMimaPreviousVersion= settingKey[Option[String]]("The version of this module to compare against when running MiMa.")
17
+
valscalaModuleScalaVersionsByJvm= 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.")
18
+
valscalaModuleEnableOptimizerInlineFrom= settingKey[String]("The value passed to -opt-inline-from by `enableOptimizer` on 2.13 and higher.")
0 commit comments