Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
Downgrade scala-maven-plugin for maven 3.3.x compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
srowen committed Sep 28, 2018
1 parent db1741f commit 13c8fc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>3.3.3</version>
<!-- 3.3.3+ requires Maven 3.5.3+ -->
<version>3.3.2</version>
<configuration>
<checkMultipleScalaVersions>false</checkMultipleScalaVersions>
<args>
Expand Down

0 comments on commit 13c8fc9

Please sign in to comment.