Skip to content

Commit

Permalink
Prepare 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adpi2 committed Mar 24, 2023
1 parent fab4ada commit b966f2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ inputs:
sbt-plugin-version:
description: Version of the sbt plugin to use.
required: false
default: '2.1.1'
default: '2.1.2'
runs:
using: 'node16'
main: 'dist/index.js'
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": "2.1.1",
"version": "2.1.2",
"private": true,
"description": "Submit the dependency graph of an sbt build to Github",
"main": "lib/main.js",
Expand Down

0 comments on commit b966f2d

Please sign in to comment.