Skip to content

Commit

Permalink
Publish snapshot before running scalafix
Browse files Browse the repository at this point in the history
  • Loading branch information
Luka Jacobowitz committed Oct 4, 2017
1 parent 08c85a7 commit 562bef9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scalafix/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ lazy val input = project.settings(

lazy val output = project.settings(
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-core" % "1.0.0-MF",
"org.typelevel" %% "cats-free" % "1.0.0-MF"
"org.typelevel" %% "cats-core" % "1.0.0-SNAPSHOT",
"org.typelevel" %% "cats-free" % "1.0.0-SNAPSHOT"
),
scalacOptions += "-language:higherKinds"
)
Expand Down
1 change: 1 addition & 0 deletions scripts/travis-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ free_js="$sbt_cmd validateFreeJS"
js="$core_js && $free_js && $kernel_js"
jvm="$sbt_cmd coverage validateJVM coverageReport && codecov"

sbt ;coreJVM/publishLocal;freeJVM/publishLocal
cd scalafix
sbt tests/test
cd ..
Expand Down

0 comments on commit 562bef9

Please sign in to comment.