File tree 3 files changed +10
-4
lines changed
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("."))
36
36
37
37
lazy val `project-docs` = (project in file(" .docs" ))
38
38
.aggregate(`evaluator-server`, smoketests)
39
- .dependsOn(`evaluator-server`, smoketests)
40
39
.settings(moduleName := " evaluator-project-docs" )
41
40
.settings(mdocIn := file(" .docs" ))
42
41
.settings(mdocOut := file(" ." ))
Original file line number Diff line number Diff line change @@ -101,6 +101,13 @@ object ProjectPlugin extends AutoPlugin {
101
101
organization := " org.scala-exercises" ,
102
102
organizationName := " 47 Degrees" ,
103
103
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:[email protected] :scala-exercises/evaluator.git" )
109
+ )
110
+ ),
104
111
scalaVersion := V .scala,
105
112
crossScalaVersions := Seq (V .scala),
106
113
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")
6
6
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.3.4" )
7
7
addSbtPlugin(" org.scalameta" % " sbt-mdoc" % " 2.1.5" )
8
8
addSbtPlugin(" 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 " )
12
12
addSbtPlugin(" com.alejandrohdezma" % " sbt-mdoc-toc" % " 0.2" )
You can’t perform that action at this time.
0 commit comments