Skip to content

Commit

Permalink
Update travis with new interop modules
Browse files Browse the repository at this point in the history
  • Loading branch information
He-Pin committed Dec 4, 2018
1 parent cd7314f commit 8f486f6
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 @@ -42,7 +42,7 @@ jobs:
- &scaladoc
stage: microsite
name: "Generate Scaladoc"
script: sbt ++$TRAVIS_SCALA_VERSION coreJVM/doc coreJS/doc interopJVM/doc interopJS/doc interopCatsLaws/doc
script: sbt ++$TRAVIS_SCALA_VERSION coreJVM/doc coreJS/doc interopCatsJVM/doc interopCatsJS/doc interopFutureJVM/doc interopFutureJS/doc interopScalaz7xJVM/doc interopScalaz7xJS/doc
- &microsite
stage: microsite
name: "Generate microsite"
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ lazy val interopCatsJVM = interopCats.jvm
.settings(
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-effect-laws" % "1.0.0-1182d8c" % Test,
"org.typelevel" %% "cats-testkit" % "1.3.1" % Test,
"com.github.alexarchambault" %% "scalacheck-shapeless_1.13" % "1.1.8" % Test
"org.typelevel" %% "cats-testkit" % "1.3.1" % Test,
"com.github.alexarchambault" %% "scalacheck-shapeless_1.13" % "1.1.8" % Test
),
dependencyOverrides += "org.scalacheck" %% "scalacheck" % "1.13.5" % Test
)
Expand Down

0 comments on commit 8f486f6

Please sign in to comment.