Skip to content
This repository was archived by the owner on Apr 25, 2020. It is now read-only.

Commit e8a30c1

Browse files
committed
Upgrade scala-maven-plugin
1 parent 3e6d834 commit e8a30c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@
129129
</plugin>
130130

131131
<plugin>
132-
<groupId>org.scala-tools</groupId>
133-
<artifactId>maven-scala-plugin</artifactId>
134-
<version>2.15.2</version>
132+
<groupId>net.alchim31.maven</groupId>
133+
<artifactId>scala-maven-plugin</artifactId>
134+
<version>3.0.1</version>
135135
<configuration>
136136
<scalaVersion>${scala.version}</scalaVersion>
137137
<charset>${project.build.sourceEncoding}</charset>

0 commit comments

Comments
 (0)