Skip to content

Commit

Permalink
Update README (#199)
Browse files Browse the repository at this point in the history
- Drop Gitter link (nobody is watching Gitter)
 - Update version for `libraryDependencies`
  • Loading branch information
joroKr21 authored Jan 10, 2024
1 parent 74fbfef commit af61863
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
@@ -1,7 +1,6 @@
# shapeless: generic programming for Scala

[![Discord](https://img.shields.io/discord/632277896739946517.svg?label=&logo=discord&logoColor=ffffff&color=404244&labelColor=6A7EC2)](https://discord.gg/bSQBZA3Ced)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/milessabin/shapeless)
[![Maven Central](https://img.shields.io/maven-central/v/org.typelevel/shapeless3-deriving_3.svg)](https://maven-badges.herokuapp.com/maven-central/org.typelevel/shapeless3-deriving_3)
[![Scala.js](https://www.scala-js.org/assets/badges/scalajs-1.5.0.svg)](https://www.scala-js.org)

Expand Down Expand Up @@ -123,7 +122,7 @@ shapeless 3 is available for Scala 3.0.0 for the JVM and for Scala.js 1.5.0+.
To include the deriving module in your project add the following to your build,

```
libraryDependencies ++= Seq("org.typelevel" %% "shapeless3-deriving" % "3.0.1")
libraryDependencies ++= Seq("org.typelevel" %% "shapeless3-deriving" % "3.4.0")
```

## Finding out more about the project
Expand Down

0 comments on commit af61863

Please sign in to comment.