Skip to content

Commit

Permalink
0.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydmeta committed May 18, 2017
1 parent 1ce08ea commit 0a8f109
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ trait Maths[G[_]] {
### Limitations

- Annottee must be parameterised by a higher kinded type with just 1 type parameter (context bounds allowed though)
- No unimplemented methods that return types not contained by the type parameter of the algebra
- No unimplemented methods that return types not contained by the kind parameter of the algebra
- No unimplemented methods that take arguments parameterised by the same kind as the annottee
- No unimplemented type members
- No vals that are not assignments

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.3-SNAPSHOT"
lazy val theVersion = "0.2.3"

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

0 comments on commit 0a8f109

Please sign in to comment.