Skip to content
This repository was archived by the owner on Sep 1, 2020. It is now read-only.

Commit fcdcfb1

Browse files
committed
Minor tweaks.
1 parent 379973f commit fcdcfb1

File tree

2 files changed

+4
-18
lines changed

2 files changed

+4
-18
lines changed

README.md

+2-9
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Requirements for using Typelevel Scala in your existing projects,
133133
You can find many examples linked to from [this issue][build-tweaks-1].
134134
+ (Optional) Your build should scope `scalaVersion` to `ThisBuild`.
135135

136-
You can find an example in [this shapeless commit][build-tweaks-2],
136+
You can find an example in [the shapeless build][build-tweaks-2],
137137

138138
```
139139
inThisBuild(Seq(
@@ -149,14 +149,7 @@ You can now temporarily build with Typelevel Scala by entering,
149149
> ; set every scalaOrganization := "org.typelevel" ; ++2.12.2-bin-typelevel-4
150150
```
151151

152-
on the SBT REPL. You can verify that the settings have been updated correctly using `show`,
153-
154-
```
155-
> show scalaOrganization
156-
[info] org.typelevel
157-
> show scalaVersion
158-
[info] 2.12.2-bin-typelevel-4
159-
```
152+
on the SBT REPL.
160153

161154
To switch your project permanently to Typelevel Scala 4 update your `build.sbt` as follows,
162155

notes/typelevel-4.md

+2-9
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ Requirements for using Typelevel Scala in your existing projects,
302302
You can find many examples linked to from [this issue][build-tweaks-1].
303303
+ (Optional) Your build should scope `scalaVersion` to `ThisBuild`.
304304

305-
You can find an example in [this shapeless commit][build-tweaks-2],
305+
You can find an example in [the shapeless build][build-tweaks-2],
306306

307307
```
308308
inThisBuild(Seq(
@@ -318,14 +318,7 @@ You can now temporarily build with Typelevel Scala by entering,
318318
> ; set every scalaOrganization := "org.typelevel" ; ++2.12.2-bin-typelevel-4
319319
```
320320

321-
on the SBT REPL. You can verify that the settings have been updated correctly using `show`,
322-
323-
```
324-
> show scalaOrganization
325-
[info] org.typelevel
326-
> show scalaVersion
327-
[info] 2.12.2-bin-typelevel-4
328-
```
321+
on the SBT REPL.
329322

330323
To switch your project permanently to Typelevel Scala 4 update your `build.sbt` as follows,
331324

0 commit comments

Comments
 (0)