Skip to content

Commit

Permalink
Update Catalysts to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown committed Nov 7, 2016
1 parent 7f784e4 commit c155cdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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",
libraryDependencies += "org.typelevel" %%% "catalysts-macros" % "0.0.4" % "test",
libraryDependencies += "org.typelevel" %%% "catalysts-platform" % "0.0.5",
libraryDependencies += "org.typelevel" %%% "catalysts-macros" % "0.0.5" % "test",
libraryDependencies += "org.scalatest" %%% "scalatest" % scalaTestVersion % "test")


Expand Down

0 comments on commit c155cdb

Please sign in to comment.