Skip to content

Commit

Permalink
Update the README for v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGregory084 committed Aug 4, 2022
1 parent 498f4ce commit 917422d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ and this project adheres to [Early Semantic Versioning](https://docs.scala-lang.
- Begin keeping this [CHANGELOG](./CHANGELOG.md).
- Initial release of this library using code extracted from [sbt-tpolecat](https://github.com/typelevel/sbt-tpolecat).

[Unreleased]: https://github.com/typelevel/scalac-options/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/typelevel/scalac-options/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/typelevel/scalac-options/releases/tag/v0.1.0
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ This library is published for Scala 2.12.x, 2.13.x and 3.1.x:

```scala
// sbt
"org.typelevel" %% "scalac-options" % "0.1.0"
"org.typelevel" %% "scalac-options" % "0.1.1"

// mill
ivy"org.typelevel::scalac-options:0.1.0"
ivy"org.typelevel::scalac-options:0.1.1"

// Scala CLI
//> using lib "org.typelevel::scalac-options:0.1.0"
//> using lib "org.typelevel::scalac-options:0.1.1"
```

This library offers functions for filtering proposed Scala compiler options according to Scala version:
Expand Down

0 comments on commit 917422d

Please sign in to comment.