File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change 1
- addSbtPlugin(" com.codecommit" % " sbt-github-actions" % " 0.14.2" )
2
- addSbtPlugin(" com.eed3si9n" % " sbt-assembly" % " 1.2.0" )
3
- addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.11.0" )
4
- addSbtPlugin(" com.github.sbt" % " sbt-unidoc" % " 0.5.0" )
5
- addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.5.10" )
6
- addSbtPlugin(" com.typesafe.sbt" % " sbt-git" % " 1.0.2" )
7
- addSbtPlugin(" com.typesafe.sbt" % " sbt-site" % " 1.4.1" )
8
- addSbtPlugin(" com.github.sbt" % " sbt-native-packager" % " 1.9.9" )
9
- addSbtPlugin(" org.lyranthe.sbt" % " partial-unification" % " 1.1.2" )
10
- addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.0.0" )
11
- addCompilerPlugin(" com.olegpy" %% " better-monadic-for" % " 0.3.1" )
12
-
1
+ addSbtPlugin(" com.codecommit" % " sbt-github-actions" % " 0.14.2" )
2
+ addSbtPlugin(" com.eed3si9n" % " sbt-assembly" % " 1.2.0" )
3
+ addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.11.0" )
4
+ addSbtPlugin(" com.github.sbt" % " sbt-unidoc" % " 0.5.0" )
5
+ addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.5.10" )
6
+ addSbtPlugin(" com.typesafe.sbt" % " sbt-git" % " 1.0.2" )
7
+ addSbtPlugin(" com.github.sbt" % " sbt-site" % " 1.7.0" )
8
+ addSbtPlugin(" com.github.sbt" % " sbt-native-packager" % " 1.9.9" )
9
+ addSbtPlugin(" org.lyranthe.sbt" % " partial-unification" % " 1.1.2" )
10
+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.0.0" )
11
+ addCompilerPlugin(" com.olegpy" %% " better-monadic-for" % " 0.3.1" )
You can’t perform that action at this time.
0 commit comments