This repository was archived by the owner on Apr 18, 2019. It is now read-only.
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
<groupId >sample</groupId >
5
5
<artifactId >scala-module-dependency-sample</artifactId >
6
6
<version >1.0-SNAPSHOT</version >
7
- <!-- Maven profiles allow you to support both Scala 2.10 and Scala 2.11 with
7
+ <!-- Maven profiles allow you to support both Scala 2.10, 2.11 and Scala 2.12 with
8
8
the right dependencies for modules specified for each version separately -->
9
9
<profiles >
10
10
<profile >
13
13
<activeByDefault >true</activeByDefault >
14
14
</activation >
15
15
<properties >
16
- <scalaVersion >2.12.0-M4 </scalaVersion >
17
- <scalaBinaryVersion >2.12.0-M4 </scalaBinaryVersion >
16
+ <scalaVersion >2.12.0-RC1 </scalaVersion >
17
+ <scalaBinaryVersion >2.12.0-RC1 </scalaBinaryVersion >
18
18
</properties >
19
19
<dependencies >
20
20
<dependency >
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ organization := "sample"
4
4
5
5
version := " 1.0"
6
6
7
- crossScalaVersions := Seq (" 2.12.0-M4 " , " 2.11.8" , " 2.10.5 " )
7
+ crossScalaVersions := Seq (" 2.12.0-RC1 " , " 2.11.8" , " 2.10.6 " )
8
8
9
- scalaVersion := " 2.12.0-M4 "
9
+ scalaVersion := " 2.12.0-RC1 "
10
10
11
11
// add scala-xml dependency when needed (for Scala 2.11 and newer) in a robust way
12
12
// this mechanism supports cross-version publishing
You can’t perform that action at this time.
0 commit comments