Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault authored Dec 5, 2024
1 parent e53529f commit 48e3267
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@

## Usage

Add `io.get-coursier::dependency::0.2.5` to your build:
Add `io.get-coursier::dependency::0.3.2` to your build:
```scala
// Mill
def ivyDeps = Agg(ivy"io.get-coursier::dependency::0.3.2")
// sbt
libraryDependencies += "io.get-coursier" %%% "dependency" % "0.2.5"
// mill
def ivyDeps = Agg(ivy"io.get-coursier::dependency::0.2.5")
libraryDependencies += "io.get-coursier" %%% "dependency" % "0.3.2"
```

The latest version is [![Maven Central](https://img.shields.io/maven-central/v/io.get-coursier/dependency_3.svg)](https://maven-badges.herokuapp.com/maven-central/io.get-coursier/dependency_3).
Expand All @@ -30,6 +30,7 @@ import dependency._
```

*dependency* is published for Scala 2.12, 2.13, and 3, for the JVM, Scala.JS, and Scala Native.
It is compatible with JDK back to 8.

### Dependencies

Expand Down

0 comments on commit 48e3267

Please sign in to comment.