Skip to content

Commit

Permalink
update to 2.13.0 (etorreborre#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
kailuowang authored and etorreborre committed Jun 10, 2019
1 parent f6e0697 commit b323c0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ language: scala
scala:
- 2.12.8
- 2.11.12
- 2.13.0-RC3
- 2.13.0

jdk:
- oraclejdk8
Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ lazy val specs2Settings = Seq(
scalazVersion in GlobalScope := "7.2.27",
specs2ShellPrompt,
scalaVersion := "2.12.8",
crossScalaVersions := Seq(scalaVersion.value, "2.11.12", "2.13.0-RC3"))
crossScalaVersions := Seq(scalaVersion.value, "2.11.12", "2.13.0"))

lazy val versionSettings =
Seq(
Expand Down Expand Up @@ -120,7 +120,7 @@ lazy val cats = crossProject(JSPlatform, JVMPlatform).in(file("cats")).
settings(
moduleSettings("cats") ++
Seq(libraryDependencies ++=
(if (scalaVersion.value == "2.13.0-RC3")
(if (scalaVersion.value == "2.13.0")
Seq("org.typelevel" % "cats-core_2.13.0-M5" % "1.6.0",
"org.typelevel" % "cats-effect_2.13.0-M5" % "1.2.0")
else
Expand Down Expand Up @@ -384,7 +384,7 @@ lazy val compilationSettings = Seq(
Nil
}
},
addCompilerPlugin("org.typelevel" %% "kind-projector" % "0.10.2"),
addCompilerPlugin("org.typelevel" %% "kind-projector" % "0.10.3"),
scalacOptions in Test ++= Seq("-Yrangepos"),
scalacOptions in (Compile, doc) ++= Seq("-feature", "-language:_"),
scalacOptions in (Compile, console) := Seq("-Yrangepos", "-feature", "-language:_"),
Expand Down

0 comments on commit b323c0b

Please sign in to comment.