Skip to content

Commit 02a470c

Browse files
authored
Merge pull request scala#8 from SethTisue/yay-2.13-nightly
depend on a 2.13.0 nightly now that a suitable one exists
2 parents 4123d84 + 937bd83 commit 02a470c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

build.sbt

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
import com.typesafe.tools.mima.plugin.{MimaPlugin, MimaKeys}
22

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/"
44

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
86

97
scalaVersion in ThisBuild := crossScalaVersions.value.head
108

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("org.scala-lang.modules" % "scala-module-plugin" % "1.0.3")
1+
addSbtPlugin("org.scala-lang.modules" % "scala-module-plugin" % "1.0.4")

0 commit comments

Comments
 (0)