Skip to content

Commit 635f626

Browse files
authored
Merge pull request #98 from retronym/topic/readme-update
README
2 parents 1f24570 + fe618c0 commit 635f626

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This version may be a local Scala version created in with a `scala/scala` checko
6161

6262
Install the `ArgsFile` plugin for SBT from source:
6363
```
64-
$ curl https://gist.githubusercontent.com/retronym/78d016a3f10c62da2fd47cacac867f25/raw/65d9a1e8458d5984784ecf411d6c4d257bfdf0c1/ArgsFile.scala > ~/.sbt/1.0/plugins/ArgsFile.scala
64+
$ curl https://gist.githubusercontent.com/retronym/c0a5cd3ec72b75b1ddeb88a5a01840f4/raw/9e91fef3c4f4070337f0cb4b9f7b776947df2205/ArgsFile.scala> ~/.sbt/1.0/plugins/ArgsFile.scala
6565
```
6666

6767
In the test project, switch to a release Scala that is binary compatible with the version you want
@@ -112,7 +112,7 @@ The full path to that file can be passed to the `-source=` option to run the ben
112112
on that project.
113113

114114
```
115-
$ sbt 'hot -psource=@/Users/jz/code/monix/monix/jvm/target/monix-compile.args'
115+
$ sbt 'set scalaVersion in compilation := "2.13.2-bin-4c6c676-SNAPSHOT"' 'hot -psource=@/Users/jz/code/monix/monix/jvm/target/monix-compile.args'
116116
```
117117

118118
### Adding dependencies

0 commit comments

Comments
 (0)