Skip to content

Commit

Permalink
Fix readme except for the release date
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrich committed Sep 14, 2021
1 parent 6dc0674 commit f84122e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,19 +97,20 @@ At a high level, the process is as follows:
(The old dependency needs to stay on the classpath until after the rule runs, because the
code must compile before it will run.)

3. Run the scalafix sbt task shown below to apply the rule using the version of `sconfig`
3. Run the scalafix sbt task shown below to apply the rule using the version of `sconfig`
selected. Replace the `x.y.z` below with the version (must be greater than version `1.4.5`
when scalafix was added):

```
scalafixAll dependency:ReplaceTypesafeConfig@org.ekrich:sconfig-scalafix:1.4.5
scalafixAll dependency:ReplaceTypesafeConfig@org.ekrich:sconfig-scalafix:x.y.x
```

4. Remove the old config dependency from the project's `libraryDependencies`
5. Commit the changes

## Versions

Release [1.4.5](https://github.com/ekrich/sconfig/releases/tag/v1.4.5) - (2021-09-0X)<br/>
Release [1.4.4](https://github.com/ekrich/sconfig/releases/tag/v1.4.4) - (2021-05-13)<br/>
Release [1.4.3](https://github.com/ekrich/sconfig/releases/tag/v1.4.3) - (2021-05-12)<br/>
Release [1.4.2](https://github.com/ekrich/sconfig/releases/tag/v1.4.2) - (2021-04-01)<br/>
Expand Down

0 comments on commit f84122e

Please sign in to comment.