Skip to content

Commit 6d81962

Browse files
LuciferYangsrowen
authored andcommittedMay 1, 2022
[SPARK-39067][BUILD] Upgrade scala-maven-plugin to 4.6.1
### What changes were proposed in this pull request? This pr aims to upgrade scala-maven-plugin to 4.6.1 ### Why are the changes needed? `scala-maven-plugin` 4.6.1 upgrades `zinc` from 1.5.8 to 1.6.1, it also adds some other new features at the same time, for example, [Add maven.main.skip support](davidB/scala-maven-plugin@67f11fa) and [Patch target to match Scala 2.11/2.12 scalac option syntax](davidB/scala-maven-plugin@36453a1) Other between 4.5.6 and 4.6.1 as follows: - davidB/scala-maven-plugin@4.5.6...4.6.1 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Pass GA Closes apache#36406 from LuciferYang/SPARK-39067. Authored-by: yangjie01 <[email protected]> Signed-off-by: Sean Owen <[email protected]>
1 parent 501519e commit 6d81962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
See: SPARK-36547, SPARK-38394.
167167
-->
168168

169-
<scala-maven-plugin.version>4.5.6</scala-maven-plugin.version>
169+
<scala-maven-plugin.version>4.6.1</scala-maven-plugin.version>
170170
<!-- for now, not running scalafmt as part of default verify pipeline -->
171171
<scalafmt.skip>true</scalafmt.skip>
172172
<codehaus.jackson.version>1.9.13</codehaus.jackson.version>

0 commit comments

Comments
 (0)
Please sign in to comment.