Skip to content

Commit

Permalink
v0.2.4-SNAPSHOT begins
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydmeta committed May 18, 2017
1 parent 0a8f109 commit d29d57f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lazy val theVersion = "0.2.3"
lazy val theVersion = "0.2.4-SNAPSHOT"

lazy val theScalaVersion = "2.11.11"
lazy val scalaVersions = Seq("2.11.11", "2.12.2")
Expand Down
2 changes: 1 addition & 1 deletion examples/src/test/scala/readme/DieselDemo.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import _root_.cats._, _root_.cats.implicits._
object DieselDemo {

// Declare your DSL
@ktrans @diesel
@diesel
trait Maths[F[_]] {
def int(i: Int): F[Int]
def add(l: F[Int], r: F[Int]): F[Int]
Expand Down

0 comments on commit d29d57f

Please sign in to comment.