Skip to content

Commit

Permalink
Merge pull request #2973 from danicheg/sbt-coursier-on-site
Browse files Browse the repository at this point in the history
Update the sbt-coursier version on site to actual
  • Loading branch information
tgodzik committed May 5, 2024
2 parents 8e640e3 + 83479ea commit 616202a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/docs/sbt-coursier.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ not handle publishing for now.

## Setup

Since `sbt-coursier` is a distinct project, check the latest version at [Github](https://github.com/coursier/sbt-coursier). The below might not be an up-to-date version.

### Per project

#### No other plugin
Expand Down Expand Up @@ -85,5 +87,3 @@ Add the following to `~/.sbt/1.0/global.sbt`,
classpathTypes += "maven-plugin"
```

#### sbt 1.3.x

2 changes: 1 addition & 1 deletion project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ object Versions {
def scalaz = "7.2.36"
}

def sbtCoursierVersion = "2.0.8"
def sbtCoursierVersion = "2.1.4"

def graalVmVersion = "22.3.0"
def graalVmJvmId = s"graalvm-java17:$graalVmVersion"
Expand Down

0 comments on commit 616202a

Please sign in to comment.