sbt / sbt-boilerplate

sbt plugin for generating scala.Tuple/Function related boilerplate code
BSD 2-Clause "Simplified" License
109 stars 19 forks source link

Insert patterns for i+1 #1

Closed marklister closed 11 years ago

marklister commented 11 years ago

I needed to the extra patterns for i+1 in a project. Use case:

Class Foo1{ def addStuff(stuff:Any) : Foo2 = ... }

jrudolph commented 11 years ago

Thanks for the contribution. I will include it in the next release.

marklister commented 11 years ago

FYI here's a project using sbt-boilerplate: https://github.com/marklister/product-collections Thanks for sharing!

jrudolph commented 11 years ago

I released version 0.5.1 which should include this feature. Thanks again!