Skip to content

Commit

Permalink
Merge pull request #19 from bjaglin/0929
Browse files Browse the repository at this point in the history
bump scalafix to fix runtime binary incompatibility
  • Loading branch information
enzief authored May 31, 2021
2 parents 4fe4fa3 + 1303d98 commit fd32203
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Addtional rules for [scalafix](https://github.com/scalacenter/scalafix) that ens

They consist of `Disable` and `MissingFinal` rules.

Cross-build against Scala 2.12.13 and 2.13.6.
Cross-published against Scala 2.12 and 2.13.

### Installation

```sbt
scalafixDependencies += "com.github.vovapolu" %% "scaluzzi" % "0.1.18"
scalafixDependencies += "com.github.vovapolu" %% "scaluzzi" % "0.1.20"
```
2 changes: 1 addition & 1 deletion scalafix/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
resolvers += Resolver.sonatypeRepo("releases")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.28")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.29")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.4")

0 comments on commit fd32203

Please sign in to comment.