Skip to content
This repository was archived by the owner on Aug 17, 2019. It is now read-only.

Commit 4bb32b3

Browse files
committed
Upgrade scala-maven-plugin
1 parent 0dc6137 commit 4bb32b3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@
8383
<dependency>
8484
<groupId>com.ckkloverdos</groupId>
8585
<artifactId>maybe</artifactId>
86-
<version>0.4.0-SNAPSHOT</version>
86+
<version>0.5.0-SNAPSHOT</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>com.ckkloverdos</groupId>
9090
<artifactId>converter</artifactId>
91-
<version>0.4.0-SNAPSHOT</version>
91+
<version>0.5.0-SNAPSHOT</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>junit</groupId>
@@ -136,9 +136,9 @@
136136
</plugin>
137137

138138
<plugin>
139-
<groupId>org.scala-tools</groupId>
140-
<artifactId>maven-scala-plugin</artifactId>
141-
<version>2.15.2</version>
139+
<groupId>net.alchim31.maven</groupId>
140+
<artifactId>scala-maven-plugin</artifactId>
141+
<version>3.0.1</version>
142142
<configuration>
143143
<scalaVersion>${scala.version}</scalaVersion>
144144
<charset>${project.build.sourceEncoding}</charset>

0 commit comments

Comments
 (0)