Skip to content

Commit 917422d

Browse files
Update the README for v0.1.1
1 parent 498f4ce commit 917422d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ and this project adheres to [Early Semantic Versioning](https://docs.scala-lang.
1818
- Begin keeping this [CHANGELOG](./CHANGELOG.md).
1919
- Initial release of this library using code extracted from [sbt-tpolecat](https://github.com/typelevel/sbt-tpolecat).
2020

21+
[Unreleased]: https://github.com/typelevel/scalac-options/compare/v0.1.1...HEAD
22+
[0.1.1]: https://github.com/typelevel/scalac-options/compare/v0.1.0...v0.1.1
2123
[0.1.0]: https://github.com/typelevel/scalac-options/releases/tag/v0.1.0

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ This library is published for Scala 2.12.x, 2.13.x and 3.1.x:
1010

1111
```scala
1212
// sbt
13-
"org.typelevel" %% "scalac-options" % "0.1.0"
13+
"org.typelevel" %% "scalac-options" % "0.1.1"
1414

1515
// mill
16-
ivy"org.typelevel::scalac-options:0.1.0"
16+
ivy"org.typelevel::scalac-options:0.1.1"
1717

1818
// Scala CLI
19-
//> using lib "org.typelevel::scalac-options:0.1.0"
19+
//> using lib "org.typelevel::scalac-options:0.1.1"
2020
```
2121

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

0 commit comments

Comments
 (0)