Skip to content

Commit 123c8f2

Browse files
committed
Bump version
1 parent 89d3028 commit 123c8f2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.2.0'
39+
default: '3.0.1'
4040
outputs:
4141
submission-id:
4242
description: The ID of the submission created by the action

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2.0",
3+
"version": "3.0.1",
44
"private": true,
55
"description": "Submit the dependency graph of an sbt build to Github",
66
"main": "lib/main.js",

sbt-plugin/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ inThisBuild(
1313
developers := Developers.all,
1414
version ~= { dynVer =>
1515
if (isRelease) dynVer
16-
else "2.2.0-SNAPSHOT" // only for local publishing
16+
else "3.1.0-SNAPSHOT" // only for local publishing
1717
},
1818
// Scalafix settings
1919
semanticdbEnabled := true,

0 commit comments

Comments
 (0)