File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
import com .typesafe .tools .mima .plugin .{MimaPlugin , MimaKeys }
2
2
3
- resolvers in ThisBuild += " scala-pr" at " https://scala-ci.typesafe.com/artifactory/scala-pr-validation-snapshots /"
3
+ resolvers in ThisBuild += " scala-pr" at " https://scala-ci.typesafe.com/artifactory/scala-integration /"
4
4
5
- // this is the SHA of https://github.com/scala/scala/pull/5603 as of 2017-01-12
6
- // (that's the PR that removes the parallel collections)
7
- crossScalaVersions in ThisBuild := Seq (" 2.13.0-eb9fdcd-SNAPSHOT" )
5
+ crossScalaVersions in ThisBuild := Seq (" 2.13.0-pre-e2a2cba" ) // March 16, 2017
8
6
9
7
scalaVersion in ThisBuild := crossScalaVersions.value.head
10
8
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" org.scala-lang.modules" % " scala-module-plugin" % " 1.0.3 " )
1
+ addSbtPlugin(" org.scala-lang.modules" % " scala-module-plugin" % " 1.0.4 " )
You can’t perform that action at this time.
0 commit comments