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
'README.md' file - note about minimal scala-maven-plugin version (this was not clear, see #13), version upgraded from 1.0.1 to 1.0.2 in preparation for 1.0.2 release.
@@ -29,7 +29,7 @@ Plugin is compatible with two Maven Scala compiler plugins:
29
29
30
30
-[SBT Compiler Maven Plugin](https://code.google.com/p/sbt-compiler-maven-plugin/) - version **1.0.0-beta5** or later required,
31
31
32
-
-[Scala Maven Plugin](http://davidb.github.io/scala-maven-plugin/) - [addScalacArgs](http://davidb.github.io/scala-maven-plugin/compile-mojo.html#addScalacArgs) and [analysisCacheFile](http://davidb.github.io/scala-maven-plugin/compile-mojo.html#analysisCacheFile) configuration parameters cannot be set directly, use project properties 'addScalacArgs' and 'analysisCacheFile' instead.
32
+
-[Scala Maven Plugin](http://davidb.github.io/scala-maven-plugin/) - version **3.0.0** or later required, [addScalacArgs](http://davidb.github.io/scala-maven-plugin/compile-mojo.html#addScalacArgs) and [analysisCacheFile](http://davidb.github.io/scala-maven-plugin/compile-mojo.html#analysisCacheFile) configuration parameters cannot be set directly, use project properties 'addScalacArgs' and 'analysisCacheFile' instead.
33
33
34
34
35
35
##### Scoverage Maven plugin version
@@ -39,7 +39,7 @@ This can be set as project property.
0 commit comments