Skip to content

Commit

Permalink
0.2.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydmeta committed May 19, 2017
1 parent e030509 commit 47ec3c8
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 @@ -50,7 +50,7 @@ object DieselDemo {

def main(args: Array[String]): Unit = {

// Wire in our interpreters
// Wire our interpreters in
implicit val mathsInterp = new Maths[Id] {
def times(l: Int, r: Int) = l * r
def add(l: Int, r: Int) = l + r
Expand Down
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.4-SNAPSHOT"
lazy val theVersion = "0.2.4"

lazy val theScalaVersion = "2.11.11"
lazy val scalaVersions = Seq("2.11.11", "2.12.2")
Expand Down

0 comments on commit 47ec3c8

Please sign in to comment.