Skip to content

Commit

Permalink
Specify Scala 3 support coming soon
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Peters committed Jan 6, 2021
1 parent e6816a6 commit e8e0750
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Combos
![Sonatype Nexus (Releases)](https://img.shields.io/nexus/r/com.rewardsnetwork/combos_2.13?label=latest&server=https%3A%2F%2Foss.sonatype.org)


A validation library for Scala

## Setup
This library is published for both Scala 2.12 and 2.13.
Scala 3 support will be coming
Scala 3 support will be coming soon.
```
libraryDependencies += "com.rewardsnetwork" %% "combos" % "<latest tag>"
libraryDependencies += "com.rewardsnetwork" %% "combos-refined" % "<latest tag>" //Optional - adds Refined support
Expand Down

0 comments on commit e8e0750

Please sign in to comment.