Skip to content

Commit

Permalink
Oops, mdoc isn't available for 2.13 yet. Back to 2.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker committed Jun 19, 2019
1 parent 3750970 commit 6f0a3ed
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 @@ -5,7 +5,7 @@ language: scala
scala_version_211: &scala_version_211 2.11.12
scala_version_212: &scala_version_212 2.12.8
scala_version_213: &scala_version_213 2.13.0
scala_version_docs: &scala_version_docs 2.13.0
scala_version_docs: &scala_version_docs 2.12.8

java11: &java_11 openjdk11
java12: &java_12 openjdk12
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ val betterMonadicForV = "0.3.0"
lazy val commonSettings = Seq(
organization := "org.http4s",

scalaVersion := "2.13.0",
crossScalaVersions := Seq("2.11.12", "2.12.8", scalaVersion.value),
scalaVersion := "2.12.8",
crossScalaVersions := Seq("2.11.12", scalaVersion.value, "2.13.0"),
scalacOptions += "-Yrangepos",

scalacOptions in (Compile, doc) ++= Seq(
Expand Down

0 comments on commit 6f0a3ed

Please sign in to comment.