Skip to content

Commit

Permalink
Update versions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszKubuszok committed Nov 9, 2022
1 parent e79c14e commit c11bacb
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 @@ -1024,7 +1024,7 @@ Cross-compilation requires:
* `("organization" %% "library" % version).cross(CrossVersion.for3Use2_13)` to use Scala 2.13 type in Scala 3
* `("organization" %% "library" % version).cross(CrossVersion.for2_13Use3)` to use Scala 3 type in Scala 2.13, as well
as adding `"-Ytasty-reader"` flag to `scalacOptions`
* matching versions of TASTY - Pipez was tested for 2.13.9 against 3.2.0
* matching versions of TASTY - Pipez was tested for 2.13.10 against 3.2.1

### Features you have to implement yourself

Expand Down

0 comments on commit c11bacb

Please sign in to comment.