Skip to content

Conversation

retronym
Copy link
Member

No description provided.

Also note that we should bump sbt-osgi, which isn't quite
as simple as we need to deal with the AutoPlugin-ification
of that plugin.

After upgrading SBT, we can no longer append `Seq[File]` to
a `Seq[Credential]`. Not sure what changed, but I've been
more explicit rather than relying on the implicits.
@retronym retronym changed the title Bump MiMa and sbt-osgi versions Bump SBT and MiMa Feb 12, 2016
@retronym
Copy link
Member Author

 sbt clean publishLocal
[info] Loading global plugins from /Users/jason/.sbt/0.13/plugins
[info] Loading project definition from /Users/jason/code/sbt-scala-modules/project
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[info] Set current project to scala-module-plugin (in build file:/Users/jason/code/sbt-scala-modules/)
[success] Total time: 0 s, completed 12/02/2016 3:50:54 PM
[info] Updating {file:/Users/jason/code/sbt-scala-modules/}sbt-scala-modules...
[info] Packaging /Users/jason/code/sbt-scala-modules/target/scala-2.10/sbt-0.13/scala-module-plugin-1.0-a624708781230aec6947f77f32b4e371c6c07151-sources.jar ...
[info] Done packaging.
[info] Resolving org.fusesource.jansi#jansi;1.4 ...
[info] Done updating.
[info] :: delivering :: org.scala-lang.modules#scala-module-plugin;1.0-a624708781230aec6947f77f32b4e371c6c07151 :: 1.0-a624708781230aec6947f77f32b4e371c6c07151 :: release :: Fri Feb 12 15:50:55 AEST 2016
[info]  delivering ivy file to /Users/jason/code/sbt-scala-modules/target/scala-2.10/sbt-0.13/ivy-1.0-a624708781230aec6947f77f32b4e371c6c07151.xml
[info] Main Scala API documentation to /Users/jason/code/sbt-scala-modules/target/scala-2.10/sbt-0.13/api...
[info] Compiling 1 Scala source to /Users/jason/code/sbt-scala-modules/target/scala-2.10/sbt-0.13/classes...
model contains 4 documentable templates
[info] Main Scala API documentation successful.
[info] Packaging /Users/jason/code/sbt-scala-modules/target/scala-2.10/sbt-0.13/scala-module-plugin-1.0-a624708781230aec6947f77f32b4e371c6c07151-javadoc.jar ...
[info] Done packaging.
[warn] there were 2 deprecation warning(s); re-run with -deprecation for details
[warn] one warning found
[info] Packaging /Users/jason/code/sbt-scala-modules/target/scala-2.10/sbt-0.13/scala-module-plugin-1.0-a624708781230aec6947f77f32b4e371c6c07151.jar ...
[info] Done packaging.
[info]  published scala-module-plugin to /Users/jason/.ivy2/local/org.scala-lang.modules/scala-module-plugin/scala_2.10/sbt_0.13/1.0-a624708781230aec6947f77f32b4e371c6c07151/jars/scala-module-plugin.jar
[info]  published scala-module-plugin to /Users/jason/.ivy2/local/org.scala-lang.modules/scala-module-plugin/scala_2.10/sbt_0.13/1.0-a624708781230aec6947f77f32b4e371c6c07151/srcs/scala-module-plugin-sources.jar
[info]  published scala-module-plugin to /Users/jason/.ivy2/local/org.scala-lang.modules/scala-module-plugin/scala_2.10/sbt_0.13/1.0-a624708781230aec6947f77f32b4e371c6c07151/docs/scala-module-plugin-javadoc.jar
[info]  published ivy to /Users/jason/.ivy2/local/org.scala-lang.modules/scala-module-plugin/scala_2.10/sbt_0.13/1.0-a624708781230aec6947f77f32b4e371c6c07151/ivys/ivy.xml
[success] Total time: 5 s, completed 12/02/2016 3:50:59 PM

@retronym
Copy link
Member Author

I need this to publish sbt-partest with 2.12.0-M3. The new MiMa is needed to handle JDK8 class files.

See: scala/scala-partest#52

@retronym
Copy link
Member Author

/cc @adriaanm @SethTisue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant