From 236f3ab2b161e705ee236fa17864a309ea3a68f2 Mon Sep 17 00:00:00 2001 From: Christopher Davenport Date: Fri, 19 Nov 2021 20:27:54 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9c3a16b..d14a41d 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -# curly - Oh! A WISE guy, eh? [![Build Status](https://travis-ci.com/ChristopherDavenport/curly.svg?branch=master)](https://travis-ci.com/ChristopherDavenport/curly) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.chrisdavenport/curly_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.chrisdavenport/curly_2.12) ![Code of Consuct](https://img.shields.io/badge/Code%20of%20Conduct-Scala-blue.svg) +# curly4s - Oh! A WISE guy, eh? [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.chrisdavenport/curly4s_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.chrisdavenport/curly4s_2.13) ![Code of Conduct](https://img.shields.io/badge/Code%20of%20Conduct-Scala-blue.svg) ## [Head on over to the microsite](https://ChristopherDavenport.github.io/curly) ## Quick Start -To use curly in an existing SBT project with Scala 2.11 or a later version, add the following dependencies to your +To use curly in an existing SBT project with Scala 2.12 or a later version, add the following dependencies to your `build.sbt` depending on your needs: ```scala libraryDependencies ++= Seq( - "io.chrisdavenport" %% "curly" % "" + "io.chrisdavenport" %% "curly4s" % "" ) ```