This repository was archived by the owner on Sep 1, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ res6: Int = 23
125
125
Requirements for using Typelevel Scala in your existing projects,
126
126
127
127
+ You must be using Lightbend Scala 2.11.11, 2.12.4 or 2.13.0-M2.
128
- + You must be using SBT 0.13.13 or later.
128
+ + You must be using SBT 0.13.15 or later.
129
129
+ Your build should use ` scalaOrganization.value ` and ` CrossVersion.patch ` appropriately.
130
130
131
131
You can find many examples linked to from [ this issue] [ build-tweaks-1 ] .
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ scalaVersion := "2.11.8"
7
7
micrositeName := " Typelevel"
8
8
micrositeDescription := " Our fork of the Scala compiler"
9
9
micrositeAuthor := " Typelevel contributors"
10
- micrositeHomepage := " http://typelevel.org/scala"
10
+ micrositeHomepage := " http://typelevel.org/scala/ "
11
11
micrositeGithubOwner := " typelevel"
12
12
micrositeGithubRepo := " scala"
13
13
micrositeBaseUrl := " scala"
14
- micrositeDocumentationUrl := " docs"
14
+ micrositeDocumentationUrl := " docs/ "
15
15
micrositeExtraMdFiles := Map (
16
16
file(" README.md" ) -> ExtraMdFileConfig (
17
17
" index.md" ,
Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ More details on the [PR][pr-trailing-commas].
296
296
Requirements for using Typelevel Scala in your existing projects,
297
297
298
298
+ You must be using Lightbend Scala 2.11.11, 2.12.3 or 2.13.0-M2.
299
- + You must be using SBT 0.13.13 or later.
299
+ + You must be using SBT 0.13.15 or later.
300
300
+ Your build should use ` scalaOrganization.value ` and ` CrossVersion.patch ` appropriately.
301
301
302
302
You can find many examples linked to from [ this issue] [ build-tweaks-1 ] .
You can’t perform that action at this time.
0 commit comments