Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszKubuszok committed Sep 25, 2018
1 parent 7eaf599 commit 0543df7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Test("a").show // "Test(a = a)"
You can also test it with ammonite like:

```scala
import $ivy.`io.scalaland::catnip:0.4.0`, io.scalaland.catnip._, cats._, cats.implicits._
import $ivy.`io.scalaland::catnip:0.5.0`, io.scalaland.catnip._, cats._, cats.implicits._
interp.load.plugin.ivy("org.scalamacros" % "paradise_2.12.4" % "2.1.1")

@Semi(Eq, Monoid, Functor) final case class Test[A](a: A)
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import com.typesafe.sbt.SbtGit.git.baseVersion

baseVersion := "0.5"
baseVersion := "0.6"

0 comments on commit 0543df7

Please sign in to comment.