Skip to content

Commit

Permalink
Configure scalaVersion property of scala-maven-plugin explicitly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Boerman committed Dec 27, 2024
1 parent f4afcc0 commit 0e48890
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Scala3Example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,13 @@
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>4.7.2</version>
<version>4.9.2</version>
<configuration>
<args>
<!-- <arg>-rewrite</arg><arg>-indent</arg>-->
<arg>-rewrite</arg><arg>-new-syntax</arg>
</args>
<scalaVersion>${scala.version}</scalaVersion>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 0e48890

Please sign in to comment.