Skip to content

Commit 6408484

Browse files
committed
Prepare 3.1.0
1 parent 4310c30 commit 6408484

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ To do so you need to install the `sbt-dependency-submission` plugin in your sbt
126126

127127
```scala
128128
// In project/plugins.sbt
129-
addSbtPlugin("ch.epfl.scala" % "sbt-github-dependency-submission" % "3.0.0")
129+
addSbtPlugin("ch.epfl.scala" % "sbt-github-dependency-submission" % "3.1.0")
130130
```
131131

132132
After reloading your build, you can run:

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ inputs:
4242
sbt-plugin-version:
4343
description: Version of the sbt plugin to use.
4444
required: false
45-
default: '3.0.1'
45+
default: '3.1.0'
4646
outputs:
4747
submission-id:
4848
description: The ID of the submission created by the action

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sbt-dependency-submission",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"private": true,
55
"description": "Submit the dependency graph of an sbt build to Github",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)