Skip to content

Commit

Permalink
rollback scala version to 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-truffaut committed Jan 9, 2020
1 parent 5f732cc commit 5974696
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: scala

scala:
- 2.12.10
- 2.13.1
- 2.13.0

jdk:
- openjdk8
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ def scalaVersionSpecificFolders(srcName: String, srcBaseDir: java.io.File, scala
}

lazy val buildSettings = Seq(
scalaVersion := "2.13.1",
crossScalaVersions := Seq("2.12.10", "2.13.1"),
scalaVersion := "2.13.0",
crossScalaVersions := Seq("2.12.10", "2.13.0"),
scalatestVersion := "3.2.0-M1",
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots",
scalacOptions ++= Seq(
Expand Down

0 comments on commit 5974696

Please sign in to comment.