Skip to content

Commit

Permalink
Merge pull request #186 from adpi2/bump-default-version
Browse files Browse the repository at this point in the history
Bump default sbt plugin version to 3.0.1
  • Loading branch information
adpi2 authored May 16, 2024
2 parents 89d3028 + 123c8f2 commit 7264c06
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.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

0 comments on commit 7264c06

Please sign in to comment.