File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ lazy val root = (project in file("."))
3636
3737lazy val `project-docs` = (project in file(" .docs" ))
3838 .aggregate(`evaluator-server`, smoketests)
39- .dependsOn(`evaluator-server`, smoketests)
4039 .settings(moduleName := " evaluator-project-docs" )
4140 .settings(mdocIn := file(" .docs" ))
4241 .settings(mdocOut := file(" ." ))
Original file line number Diff line number Diff line change @@ -101,6 +101,13 @@ object ProjectPlugin extends AutoPlugin {
101101 organization := " org.scala-exercises" ,
102102 organizationName := " 47 Degrees" ,
103103 organizationHomepage := Some (url(" https://47deg.com" )),
104+ scmInfo := Some (
105+ ScmInfo (
106+ url(" https://github.com/scala-exercises/evaluator" ),
107+ " scm:git:https://github.com/scala-exercises/evaluator.git" ,
108+ Some (" scm:git:git@github.com:scala-exercises/evaluator.git" )
109+ )
110+ ),
104111 scalaVersion := V .scala,
105112 crossScalaVersions := Seq (V .scala),
106113 scalacOptions ~= (_ filterNot (_ == " -Xfuture" )),
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.3")
66addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.3.4" )
77addSbtPlugin(" org.scalameta" % " sbt-mdoc" % " 2.1.5" )
88addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 5.6.0" )
9- addSbtPlugin(" com.alejandrohdezma" %% " sbt-github" % " 0.8.0 " )
10- addSbtPlugin(" com.alejandrohdezma" % " sbt-github-header" % " 0.8.0 " )
11- addSbtPlugin(" com.alejandrohdezma" % " sbt-github-mdoc" % " 0.8.0 " )
9+ addSbtPlugin(" com.alejandrohdezma" %% " sbt-github" % " 0.8.1 " )
10+ addSbtPlugin(" com.alejandrohdezma" % " sbt-github-header" % " 0.8.1 " )
11+ addSbtPlugin(" com.alejandrohdezma" % " sbt-github-mdoc" % " 0.8.1 " )
1212addSbtPlugin(" com.alejandrohdezma" % " sbt-mdoc-toc" % " 0.2" )
You can’t perform that action at this time.
0 commit comments