File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
1
addCommandAlias(" ci-test" , " scalafmtCheck; scalafmtSbtCheck; test" )
2
- addCommandAlias(" ci-docs" , " project-docs/mdoc; headerCreateAll " )
2
+ addCommandAlias(" ci-docs" , " project-docs/mdoc" )
3
3
4
4
Universal / javaOptions += " -Dscala.classpath.closeZip=true"
5
5
Original file line number Diff line number Diff line change 1
1
resolvers += Resolver .sonatypeRepo(" snapshots" )
2
- addSbtPlugin(" com.typesafe.sbt" % " sbt-native-packager" % " 1.7.0" )
3
- addSbtPlugin(" com.eed3si9n" % " sbt-assembly" % " 0.14.10" )
4
- addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.9.0" )
5
- addSbtPlugin(" se.marcuslonnberg" % " sbt-docker" % " 1.5.0" )
6
- addSbtPlugin(" com.47deg" % " sbt-org-policies" % " 0.13.3" )
7
- addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 3.0.2" )
8
- addSbtPlugin(" com.geirsson" % " sbt-ci-release" % " 1.5.3" )
9
- addSbtPlugin(" org.scalameta" % " sbt-mdoc" % " 2.1.5" )
2
+ addSbtPlugin(" com.typesafe.sbt" % " sbt-native-packager" % " 1.7.0" )
3
+ addSbtPlugin(" com.eed3si9n" % " sbt-assembly" % " 0.14.10" )
4
+ addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.9.0" )
5
+ addSbtPlugin(" se.marcuslonnberg" % " sbt-docker" % " 1.5.0" )
6
+ addSbtPlugin(" com.47deg" % " sbt-org-policies" % " 0.13.3" )
7
+ addSbtPlugin(" com.geirsson" % " sbt-ci-release" % " 1.5.3" )
8
+ addSbtPlugin(" org.scalameta" % " sbt-mdoc" % " 2.1.5" )
9
+ addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.3.3" )
10
+ addSbtPlugin(" com.alejandrohdezma" % " sbt-mdoc-toc" % " 0.2" )
You can’t perform that action at this time.
0 commit comments