Skip to content

Commit

Permalink
Revert to Scala 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
purrgrammer committed Oct 29, 2019
1 parent 52abc02 commit 0a0d85c
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 @@ language: scala
scala:
- 2.11.12
- 2.12.10
- 2.13.1
- 2.13.0

jdk:
- openjdk8
Expand Down
2 changes: 1 addition & 1 deletion project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ object ProjectPlugin extends AutoPlugin {
orgUpdateDocFilesSetting += baseDirectory.value / "tut",
scalaOrganization := "org.scala-lang",
scalaVersion := "2.13.0",
crossScalaVersions := List("2.11.12", "2.12.10", "2.13.1"),
crossScalaVersions := List("2.11.12", "2.12.10", "2.13.0"),
resolvers += Resolver.sonatypeRepo("snapshots"),
resolvers += Resolver.sonatypeRepo("releases"),
addCompilerPlugin("org.typelevel" %% "kind-projector" % "0.10.3"),
Expand Down

0 comments on commit 0a0d85c

Please sign in to comment.