This repository was archived by the owner on Sep 1, 2020. It is now read-only.
File tree 2 files changed +4
-18
lines changed
2 files changed +4
-18
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ Requirements for using Typelevel Scala in your existing projects,
133
133
You can find many examples linked to from [ this issue] [ build-tweaks-1 ] .
134
134
+ (Optional) Your build should scope ` scalaVersion ` to ` ThisBuild ` .
135
135
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 ] ,
137
137
138
138
```
139
139
inThisBuild(Seq(
@@ -149,14 +149,7 @@ You can now temporarily build with Typelevel Scala by entering,
149
149
> ; set every scalaOrganization := "org.typelevel" ; ++2.12.2-bin-typelevel-4
150
150
```
151
151
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.
160
153
161
154
To switch your project permanently to Typelevel Scala 4 update your ` build.sbt ` as follows,
162
155
Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ Requirements for using Typelevel Scala in your existing projects,
302
302
You can find many examples linked to from [ this issue] [ build-tweaks-1 ] .
303
303
+ (Optional) Your build should scope ` scalaVersion ` to ` ThisBuild ` .
304
304
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 ] ,
306
306
307
307
```
308
308
inThisBuild(Seq(
@@ -318,14 +318,7 @@ You can now temporarily build with Typelevel Scala by entering,
318
318
> ; set every scalaOrganization := "org.typelevel" ; ++2.12.2-bin-typelevel-4
319
319
```
320
320
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.
329
322
330
323
To switch your project permanently to Typelevel Scala 4 update your ` build.sbt ` as follows,
331
324
You can’t perform that action at this time.
0 commit comments