Skip to content

Commit

Permalink
Update Scala to 2.12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandru committed Jan 22, 2019
1 parent f4d0438 commit 03e5f69
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ matrix:
scala: 2.11.12
env: COVERAGE=
- jdk: oraclejdk8
scala: 2.12.7
scala: 2.12.8
env: COVERAGE=
- jdk: oraclejdk8
scala: 2.13.0-M5
env: COVERAGE=
- jdk: openjdk11
scala: 2.12.7
scala: 2.12.8
env: COVERAGE=

script:
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ addCommandAlias("ci", ";test ;mimaReportBinaryIssues; doc")
addCommandAlias("release", ";project root ;reload ;+publishSigned ;sonatypeReleaseAll ;microsite/publishMicrosite")

val commonSettings = Seq(
scalaVersion := "2.12.7",
scalaVersion := "2.12.8",

crossScalaVersions := Seq("2.11.12", "2.12.7", "2.13.0-M5"),
crossScalaVersions := Seq("2.11.12", "2.12.8", "2.13.0-M5"),

//todo: re-enable disable scaladoc on 2.13 due to https://github.com/scala/bug/issues/11045
sources in (Compile, doc) := (
Expand Down
2 changes: 1 addition & 1 deletion site/src/main/tut/tutorial/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ name := "cats-effect-tutorial"

version := "1.0"

scalaVersion := "2.12.7"
scalaVersion := "2.12.8"

libraryDependencies += "org.typelevel" %% "cats-effect" % "1.0.0" withSources() withJavadoc()

Expand Down

0 comments on commit 03e5f69

Please sign in to comment.