Skip to content

Commit

Permalink
Update version in README (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab authored Feb 11, 2024
1 parent 67192ff commit f9fe414
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ Enriches union types `A | Null` with an interface similar scala.Option making it
Add the following to your build.sbt
```
scalacOptions += "-Yexplicit-nulls"
libraryDependencies += "com.abdulradi" %% "nullable-core" % "0.3.0"
libraryDependencies += "com.abdulradi" %% "nullable-core" % "0.4.0"
```
0.3.0 is published for Scala 3 RC2 only ( If you are still in RC1, please use 0.2.0 instead)

## Features
### Plays nice with for comprehensions
Expand Down

0 comments on commit f9fe414

Please sign in to comment.