Skip to content

Commit

Permalink
Downgrade Scala maven plugin as it has issues running in Windows.
Browse files Browse the repository at this point in the history
Signed-off-by: Nikhil Nanivadekar <nikhil.nanivadekar@bnymellon.com>
  • Loading branch information
nikhilnanivadekar committed Nov 22, 2019
1 parent f1cfc4c commit aa00138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>4.2.4</version>
<version>4.0.2</version>
<configuration>
<scalaVersion>${scala.version}</scalaVersion>
</configuration>
Expand Down

0 comments on commit aa00138

Please sign in to comment.