Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #51 from travisbrown/update/2.13.0-RC3
Browse files Browse the repository at this point in the history
Update to Scala 2.13.0-RC3
  • Loading branch information
mpilquist authored Jun 1, 2019
2 parents a334619 + 271e0aa commit 10fc436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ scala:
- 2.10.7
- 2.11.12
- 2.12.8
- 2.13.0-RC2
- 2.13.0-RC3
jdk:
- oraclejdk8
cache:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ lazy val machinistSettings = Seq(
homepage := Some(url("http://github.com/typelevel/machinist")),

scalaVersion := Scala212,
crossScalaVersions := Seq("2.10.7", Scala211, Scala212, "2.13.0-RC2"),
crossScalaVersions := Seq("2.10.7", Scala211, Scala212, "2.13.0-RC3"),

scalacOptions ++= Seq(
"-feature",
Expand Down

0 comments on commit 10fc436

Please sign in to comment.