Skip to content

Commit

Permalink
version: v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeekim committed Jul 11, 2017
1 parent f6305bf commit e48b3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ scalacOptions in (Compile,doc) := Seq("-groups", "-implicits")
scalacOptions in Test ++= Seq("-Yrangepos")

name := "AnnotationFilter"
version := "0.2"
version := "v1.1"

lazy val testERC = taskKey[Unit]("Prints 'ERC test results'")
testERC := {
Expand Down

0 comments on commit e48b3d0

Please sign in to comment.