File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ import com .jsuereth .sbtpgp .PgpKeys .publishSigned
2
+
3
+ publishLocal := (publishLocal dependsOn compile).value
4
+ publishSigned := (publishSigned dependsOn compile).value
5
+
1
6
addCommandAlias(" ci-test" , " scalafmtCheckAll; scalafmtSbtCheck; test" )
2
7
addCommandAlias(" ci-docs" , " github; project-docs/mdoc; headerCreateAll" )
3
8
Original file line number Diff line number Diff line change 1
- resolvers += Resolver .sonatypeRepo(" snapshots" )
2
- addSbtPlugin(" org.scala-exercises" % " sbt-exercise" % " 0.6.0-SNAPSHOT" )
1
+ addSbtPlugin(" org.scala-exercises" % " sbt-exercise" % " 0.6.0" )
3
2
addSbtPlugin(" com.geirsson" % " sbt-ci-release" % " 1.5.3" )
4
3
addSbtPlugin(" org.scalameta" % " sbt-mdoc" % " 2.1.5" )
5
4
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.3.4" )
You can’t perform that action at this time.
0 commit comments