Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kappa-maintainer committed Mar 31, 2024
1 parent 79afbdc commit 1f88cef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ to your repositories
2. Add `implementation "com.cleanroommc:scalar:3.4.1"` to your dependencies
3. Add
```groovy
embed 'org.scala-lang:scala3-compiler_3:3.4.1'
embed 'org.scala-lang:scala3-library_3:3.4.1'
embed 'org.scala-lang.modules:scala-parser-combinators_3:2.3.0'
embed 'org.scala-lang.modules:scala-swing_3:3.0.0'
embed 'org.scala-lang.modules:scala-xml_3:2.2.0'
embed 'org.scala-lang.modules:scala-asm:9.6.0-scala-1'
implementation 'org.scala-lang:scala3-compiler_3:3.4.1'
implementation 'org.scala-lang:scala3-library_3:3.4.1'
implementation 'org.scala-lang.modules:scala-parser-combinators_3:2.3.0'
implementation 'org.scala-lang.modules:scala-swing_3:3.0.0'
implementation 'org.scala-lang.modules:scala-xml_3:2.2.0'
implementation 'org.scala-lang.modules:scala-asm:9.6.0-scala-1'
```
to your dependencies (Yes you need to declare them yourself)

Expand Down

0 comments on commit 1f88cef

Please sign in to comment.