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

Commit 3fc1718

Browse files
committed
Upgrade maven-scala-plugin
1 parent 17799e4 commit 3fc1718

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
<groupId>org.scala-lang</groupId>
7878
<artifactId>scala-library</artifactId>
7979
<version>${scala.version}</version>
80+
<scope>provided</scope>
8081
</dependency>
8182
<dependency>
8283
<groupId>com.ckkloverdos</groupId>
@@ -141,8 +142,9 @@
141142
<plugin>
142143
<groupId>net.alchim31.maven</groupId>
143144
<artifactId>scala-maven-plugin</artifactId>
144-
<version>3.0.1</version>
145+
<version>3.1.0</version>
145146
<configuration>
147+
<recompileMode>incremental</recompileMode>
146148
<scalaVersion>${scala.version}</scalaVersion>
147149
<charset>${project.build.sourceEncoding}</charset>
148150
<args>

0 commit comments

Comments
 (0)