Skip to content

Commit

Permalink
Update to catalysts 0.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown committed Oct 23, 2016
1 parent b1e6a99 commit eda475f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ lazy val disciplineDependencies = Seq(
libraryDependencies += "org.typelevel" %%% "discipline" % disciplineVersion)

lazy val testingDependencies = Seq(
libraryDependencies += "org.typelevel" %%% "catalysts-platform" % "0.0.4-SNAPSHOT",
libraryDependencies += "org.typelevel" %%% "catalysts-macros" % "0.0.4-SNAPSHOT" % "test",
libraryDependencies += "org.typelevel" %%% "catalysts-platform" % "0.0.4",
libraryDependencies += "org.typelevel" %%% "catalysts-macros" % "0.0.4" % "test",
libraryDependencies += "org.scalatest" %%% "scalatest" % scalaTestVersion % "test")


Expand Down Expand Up @@ -263,7 +263,7 @@ lazy val laws = crossProject.crossType(CrossType.Pure)
.settings(moduleName := "cats-laws")
.settings(catsSettings:_*)
.settings(disciplineDependencies:_*)
.settings(libraryDependencies ++= Seq("org.typelevel" %%% "catalysts-platform" % "0.0.4-SNAPSHOT"))
.settings(libraryDependencies ++= Seq("org.typelevel" %%% "catalysts-platform" % "0.0.4"))
.jsSettings(commonJsSettings:_*)
.jvmSettings(commonJvmSettings:_*)
.jsSettings(coverageEnabled := false)
Expand Down

0 comments on commit eda475f

Please sign in to comment.