Skip to content

Commit

Permalink
Prepare 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adpi2 committed Aug 7, 2024
1 parent 4310c30 commit 6408484
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ To do so you need to install the `sbt-dependency-submission` plugin in your sbt

```scala
// In project/plugins.sbt
addSbtPlugin("ch.epfl.scala" % "sbt-github-dependency-submission" % "3.0.0")
addSbtPlugin("ch.epfl.scala" % "sbt-github-dependency-submission" % "3.1.0")
```

After reloading your build, you can run:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ inputs:
sbt-plugin-version:
description: Version of the sbt plugin to use.
required: false
default: '3.0.1'
default: '3.1.0'
outputs:
submission-id:
description: The ID of the submission created by the action
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sbt-dependency-submission",
"version": "3.0.1",
"version": "3.1.0",
"private": true,
"description": "Submit the dependency graph of an sbt build to Github",
"main": "lib/main.js",
Expand Down

0 comments on commit 6408484

Please sign in to comment.