scala/scala-java8-compat

this library should not pull in scala-compiler and scala-reflect as dependencies

rkuhn opened this issue · 4 comments

rkuhn commented
this library should not pull in scala-compiler and scala-reflect as dependencies

After this change:

/code/scala-java8-compat on master*
⚡ sbt
[info] Loading global plugins from /Users/jason/.sbt/0.13/plugins
[info] Loading project definition from /Users/jason/code/scala-java8-compat/project/project
[info] Loading project definition from /Users/jason/code/scala-java8-compat/project
[info] Set current project to scala-java8-compat (in build file:/Users/jason/code/scala-java8-compat/)
> libraryDependencies
[info] List(org.scala-lang:scala-library:2.11.7, junit:junit:4.11:test, org.apache.commons:commons-lang3:3.4:test, com.novocode:junit-interface:0.10:test, com.typesafe.genjavadoc:genjavadoc-plugin:0.9:plugin->default(compile))
>
rkuhn commented

I've just release 0.7.0 with fixes for the two issues you've reported.

rkuhn commented

Great, updated!