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

Commit 2188908

Browse files
committed
Upgrade scala-maven-plugin
1 parent 014d8fc commit 2188908

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
@@ -26,7 +26,7 @@
2626

2727
<groupId>com.ckkloverdos</groupId>
2828
<artifactId>converter</artifactId>
29-
<version>0.4.0-SNAPSHOT</version>
29+
<version>0.5.0-SNAPSHOT</version>
3030
<packaging>jar</packaging>
3131

3232
<name>Converter</name>
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>com.ckkloverdos</groupId>
8383
<artifactId>maybe</artifactId>
84-
<version>0.4.0-SNAPSHOT</version>
84+
<version>0.5.0-SNAPSHOT</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>org.slf4j</groupId>
@@ -139,9 +139,9 @@
139139
</plugin>
140140

141141
<plugin>
142-
<groupId>org.scala-tools</groupId>
143-
<artifactId>maven-scala-plugin</artifactId>
144-
<version>2.15.2</version>
142+
<groupId>net.alchim31.maven</groupId>
143+
<artifactId>scala-maven-plugin</artifactId>
144+
<version>3.0.1</version>
145145
<configuration>
146146
<scalaVersion>${scala.version}</scalaVersion>
147147
<charset>${project.build.sourceEncoding}</charset>

0 commit comments

Comments
 (0)