Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 663 Bytes

0.8.0.markdown

File metadata and controls

12 lines (9 loc) · 663 Bytes

sbt-revolver 0.8.0 is now an AutoPlugin.

Other changes:

  • #45: Added AutoPlugin support and dropped support for older sbt versions in the process, allowing some cleanup of the code. Thanks, @alkersan!
  • #40: Removed RED color from list of colors. Thanks, @jedesah!
  • #36: Fixed issue with JNI libraries by using Fork.java instead of Fork.scala. Thanks, @kanterov!