Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
This repository was archived by the owner on Apr 18, 2019. It is now read-only.

Commit 79250bd

Browse files
committed
Update Plugin & Scala versions
1 parent 5741465 commit 79250bd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

maven-sample/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
<activeByDefault>true</activeByDefault>
1414
</activation>
1515
<properties>
16-
<scalaVersion>2.11.5</scalaVersion>
17-
<!-- change to "2.11" once Scala 2.11.0 final is out -->
16+
<scalaVersion>2.11.8</scalaVersion>
1817
<scalaBinaryVersion>2.11</scalaBinaryVersion>
1918
</properties>
2019
<dependencies>
@@ -43,7 +42,7 @@
4342
<profile>
4443
<id>scala-2.10</id>
4544
<properties>
46-
<scalaVersion>2.10.4</scalaVersion>
45+
<scalaVersion>2.10.6</scalaVersion>
4746
<scalaBinaryVersion>2.10</scalaBinaryVersion>
4847
</properties>
4948
<dependencies>
@@ -74,7 +73,7 @@
7473
<plugin>
7574
<groupId>net.alchim31.maven</groupId>
7675
<artifactId>scala-maven-plugin</artifactId>
77-
<version>3.1.6</version>
76+
<version>3.2.1</version>
7877
<executions>
7978
<execution>
8079
<goals>

0 commit comments

Comments
 (0)