Skip to content

Commit b966f2d

Browse files
committed
Prepare 2.1.2
1 parent fab4ada commit b966f2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ inputs:
3636
sbt-plugin-version:
3737
description: Version of the sbt plugin to use.
3838
required: false
39-
default: '2.1.1'
39+
default: '2.1.2'
4040
runs:
4141
using: 'node16'
4242
main: 'dist/index.js'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sbt-dependency-submission",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
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)