We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab4ada commit b966f2dCopy full SHA for b966f2d
action.yml
@@ -36,7 +36,7 @@ inputs:
36
sbt-plugin-version:
37
description: Version of the sbt plugin to use.
38
required: false
39
- default: '2.1.1'
+ default: '2.1.2'
40
runs:
41
using: 'node16'
42
main: 'dist/index.js'
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "sbt-dependency-submission",
3
- "version": "2.1.1",
+ "version": "2.1.2",
4
"private": true,
5
"description": "Submit the dependency graph of an sbt build to Github",
6
"main": "lib/main.js",
0 commit comments