Skip to content

Bump default sbt plugin version to 3.0.1 #186

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2.0'
default: '3.0.1'
outputs:
submission-id:
description: The ID of the submission created by the action
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2.0",
"version": "3.0.1",
"private": true,
"description": "Submit the dependency graph of an sbt build to Github",
"main": "lib/main.js",
Expand Down
2 changes: 1 addition & 1 deletion sbt-plugin/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ inThisBuild(
developers := Developers.all,
version ~= { dynVer =>
if (isRelease) dynVer
else "2.2.0-SNAPSHOT" // only for local publishing
else "3.1.0-SNAPSHOT" // only for local publishing
},
// Scalafix settings
semanticdbEnabled := true,
Expand Down
Loading