Skip to content
This repository has been archived by the owner on Mar 7, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kailuowang authored Aug 17, 2021
1 parent 93080ae commit cde64df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ addSbtPlugin("org.typelevel" % "sbt-catalysts" % LATEST_VERSION)
This will automatically:

- Include other plugins - see [the build file for the current list](https://github.com/typelevel/sbt-catalysts/blob/master/build.sbt#L13-L25)
- Provide versions and library settings used by Typelevel and related projects - see [Dependencies](https://github.com/typelevel/sbt-catalysts/blob/master/src/main/scala/org/typelevel/package.scala), which is automatically updated by the awesome [scala-steward](https://github.com/fthomas/scala-steward/).
- Provide versions and library settings used by Typelevel and related projects - see [Dependencies](https://github.com/typelevel/sbt-catalysts/blob/master/src/main/scala/org/typelevel/package.scala), which is automatically updated by the awesome [scala-steward](https://github.com/fthomas/scala-steward/). These dependencies are automatically verified to be binary compatible with each other based on semver.
- Include some functionality to help keep your build file sane, especially if you are cross building against multiple Scala versions and Scala.JS - see the quick example below


Expand Down

0 comments on commit cde64df

Please sign in to comment.