File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -102,15 +102,6 @@ object ScalaModulePlugin extends Plugin {
102102 (" Eclipse-SourceBundle" , s """ ${organization.value}. ${name.value};version=" ${osgiVersion.value}";roots:="." """ )
103103 ))
104104 )
105-
106-
107-
108- // TODO: mima
109- // resolvers += Classpaths.typesafeResolver
110- // addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.5")
111- // import com.typesafe.tools.mima.plugin.MimaPlugin.mimaDefaultSettings
112- // import com.typesafe.tools.mima.plugin.MimaKeys.previousArtifact
113- // previousArtifact := Some(organization.value %% name.value % binaryReferenceVersion.value)
114105}
115106
116107
@@ -125,3 +116,12 @@ object ScalaModulePlugin extends Plugin {
125116// "org.scala-lang" % "scala-library" % scalaVersion.value,
126117// ("org.scala-lang" % "scala-compiler" % scalaVersion.value % "scala-tool").exclude("org.scala-lang.modules", s"scala-xml_${scalaBinaryVersion.value}")
127118// )
119+
120+
121+ /* Mima blurb:
122+ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.6")
123+
124+ import com.typesafe.tools.mima.plugin.{MimaPlugin, MimaKeys}
125+ MimaPlugin.mimaDefaultSettings
126+ MimaKeys.previousArtifact := Some(... % ... % ...)
127+ */
You can’t perform that action at this time.
0 commit comments