Skip to content

Commit

Permalink
Update gradle & readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kappa-maintainer committed Dec 28, 2024
1 parent 84b0d0c commit 8b61a99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ to your repositories
2. Add `implementation "com.cleanroommc:scalar:3.5.1:api"` to your dependencies
3. Add
```groovy
implementation 'org.scala-lang:scala3-compiler_3:3.5.1'
implementation 'org.scala-lang:scala3-library_3:3.5.1'
implementation 'org.scala-lang:scala3-compiler_3:3.6.2'
implementation 'org.scala-lang:scala3-library_3:3.6.2'
implementation 'com.typesafe:config:1.4.3'
implementation 'org.typelevel:cats-core_3:2.10.0'
implementation 'org.typelevel:cats-kernel_3:2.10.0'
implementation 'org.typelevel:cats-free_3:2.10.0'
implementation 'org.typelevel:cats-core_3:2.12.0'
implementation 'org.typelevel:cats-kernel_3:2.12.0'
implementation 'org.typelevel:cats-free_3:2.12.0'
```
to your dependencies (Yes you need to declare them yourself)

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 8b61a99

Please sign in to comment.