Skip to content

Commit

Permalink
Merge pull request #680 from eed3si9n/wip/2.13
Browse files Browse the repository at this point in the history
Scala 2.13.0
  • Loading branch information
eed3si9n authored Jun 8, 2019
2 parents f3825fb + d5d2489 commit 9f09d00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -659,8 +659,6 @@ lazy val compilerBridge213 = compilerBridgeTemplate
.settings(
scalaVersion := scala213,
crossScalaVersions := Seq(scala213),
// remove the following after 2.13.0 is released
scalaBinaryVersion := "2.13",
target := (target in compilerBridgeTemplate).value.getParentFile / "target-2.13"
)

Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Dependencies {
val scala210 = "2.10.7"
val scala211 = "2.11.12"
val scala212 = "2.12.8"
val scala213 = "2.13.0-RC1"
val scala213 = "2.13.0"

private val ioVersion = nightlyVersion.getOrElse("1.3.0-M10")
private val utilVersion = nightlyVersion.getOrElse("1.3.0-M6")
Expand Down

0 comments on commit 9f09d00

Please sign in to comment.