Skip to content

Commit

Permalink
Update version in README to 0.3.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasMikula committed Jun 15, 2019
1 parent be00061 commit 4a5346f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,13 +170,13 @@ new T { self =>
To use this plugin in your project, add the following line to your `build.sbt` file:

```scala
addCompilerPlugin("com.github.tomasmikula" %% "pascal" % "0.3.3")
addCompilerPlugin("com.github.tomasmikula" %% "pascal" % "0.3.5")
```

If your project uses multiple Scala versions, use this for cross building instead

```scala
addCompilerPlugin("com.github.tomasmikula" % "pascal" % "0.3.3" cross CrossVersion.binary)
addCompilerPlugin("com.github.tomasmikula" % "pascal" % "0.3.5" cross CrossVersion.binary)
```

If your project uses Scala 2.10, also add
Expand Down

0 comments on commit 4a5346f

Please sign in to comment.