Skip to content

Commit

Permalink
Bump up dependencies. (#997)
Browse files Browse the repository at this point in the history
* Bump up dependencies.

* Bump Scala version in travis yaml.
  • Loading branch information
tanaka takaya authored and Avasil committed Aug 29, 2019
1 parent e4c9f89 commit df0fb2b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -15,11 +15,11 @@ matrix:
env: COMMAND=ci-js
# Scala 2.12, JVM
- jdk: oraclejdk8
scala: 2.12.8
scala: 2.12.9
env: COMMAND=ci-jvm-all
# Scala 2.12, JavaScript
- jdk: oraclejdk8
scala: 2.12.8
scala: 2.12.9
env: COMMAND=ci-js
# TODO: Upgrade to 2.13.0 when possible
# # Scala 2.13, JVM
Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Expand Up @@ -66,8 +66,8 @@ lazy val warnUnusedImport = Seq(

lazy val sharedSettings = warnUnusedImport ++ Seq(
organization := "io.monix",
scalaVersion := "2.12.8",
crossScalaVersions := Seq("2.11.12", "2.12.8"),
scalaVersion := "2.12.9",
crossScalaVersions := Seq("2.11.12", "2.12.9"),

scalacOptions ++= Seq(
// warnings
Expand Down Expand Up @@ -160,7 +160,7 @@ lazy val sharedSettings = warnUnusedImport ++ Seq(
if (scalaVersion.value == "2.13.0-M5")
compilerPlugin("org.spire-math" % "kind-projector" % "0.9.9" cross CrossVersion.binary)
else
compilerPlugin("org.typelevel" % "kind-projector" % "0.10.0" cross CrossVersion.binary)
compilerPlugin("org.typelevel" % "kind-projector" % "0.10.3" cross CrossVersion.binary)
},

// ScalaDoc settings
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
@@ -1,4 +1,4 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.27")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.28")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.2")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.7")
Expand Down

0 comments on commit df0fb2b

Please sign in to comment.