Skip to content

Commit

Permalink
Update dependency ch.epfl.scala:scalafix-interfaces to v0.10.4 (#57)
Browse files Browse the repository at this point in the history
* Update dependency ch.epfl.scala:scalafix-interfaces to v0.10.4

* update scala to 2.13.10 as required by new scalafix-cli

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Evgeny Veretennikov <[email protected]>
  • Loading branch information
renovate[bot] and evis authored Oct 12, 2022
1 parent b94980e commit 5702fa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<id>scala-2.13</id>
<properties>
<scala.major.version>2.13</scala.major.version>
<scala.patch.version>9</scala.patch.version>
<scala.patch.version>10</scala.patch.version>
</properties>
</profile>
</profiles>
Expand All @@ -53,7 +53,7 @@
<maven-plugin-api.version>3.8.6</maven-plugin-api.version>
<maven-plugin-annotations.version>3.6.4</maven-plugin-annotations.version>
<maven-plugin-plugin.version>3.6.4</maven-plugin-plugin.version>
<scalafix.version>0.10.3</scalafix.version>
<scalafix.version>0.10.4</scalafix.version>
<scala.major.version>2.13</scala.major.version>
<scala.patch.version>8</scala.patch.version>
<scala.version>${scala.major.version}.${scala.patch.version}</scala.version>
Expand Down

0 comments on commit 5702fa6

Please sign in to comment.