Skip to content

Commit

Permalink
Scala 2.13.0-M4 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored and tototoshi committed Jun 27, 2018
1 parent c341825 commit 8295347
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,7 @@ matrix:
include:
- scala: 2.12.6
jdk: oraclejdk8
- scala: 2.13.0-M3
- scala: 2.13.0-M4
jdk: oraclejdk8
- scala: 2.12.6
jdk: oraclejdk9
6 changes: 3 additions & 3 deletions build.sbt
Expand Up @@ -4,7 +4,7 @@ version := "1.3.6-SNAPSHOT"

scalaVersion := "2.11.12"

crossScalaVersions := Seq("2.12.6", "2.11.12", "2.10.7")
crossScalaVersions := Seq("2.12.6", "2.11.12", "2.10.7", "2.13.0-M4")

TaskKey[Unit]("checkScalariform") := {
val diff = "git diff".!!
Expand All @@ -16,8 +16,8 @@ TaskKey[Unit]("checkScalariform") := {
organization := "com.github.tototoshi"

libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.0.5-M1" % "test",
"org.scalacheck" %% "scalacheck" % "1.13.5" % "test"
"org.scalatest" %% "scalatest" % "3.0.6-SNAP1" % "test",
"org.scalacheck" %% "scalacheck" % "1.14.0" % "test"
)

libraryDependencies ++= PartialFunction.condOpt(CrossVersion.partialVersion(scalaVersion.value)){
Expand Down

0 comments on commit 8295347

Please sign in to comment.