File tree Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -59,14 +59,8 @@ workflows:
59
59
name : Add sonatype setting
60
60
command : echo 'publicMvnPublish' > publishing.sbt
61
61
- run :
62
- name : Retrieve GPG Keys
63
- command : sbt retrieveGPGKeys
64
- - run :
65
- name : Create publish bundle
66
- command : sbt crossPublishSigned
67
- - run :
68
- name : Release bundle to Sonatype
69
- command : sbt sonatypeBundleRelease
62
+ name : Publish to Sonatype
63
+ command : sbt "retrieveGPGKeys; crossPublishSigned; sonatypeCentralRelease"
70
64
requires :
71
65
- tag_version
72
66
- codacy/sbt :
Original file line number Diff line number Diff line change 1
- sbt.version =1.8.2
1
+ sbt.version =1.9.9
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 0.2.0" )
2
2
3
- addSbtPlugin(" com.codacy" % " codacy-sbt-plugin" % " 25.0.0 " )
3
+ addSbtPlugin(" com.codacy" % " codacy-sbt-plugin" % " 25.2.4 " )
4
4
5
5
addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 1.6.1" )
6
6
You can’t perform that action at this time.
0 commit comments