Skip to content

Commit 2f79ae9

Browse files
Copilotnicolasfara
andcommitted
Use Mill Maven-style deps (:::) and rename JSS paper to XC calculus
Co-authored-by: nicolasfara <11615611+nicolasfara@users.noreply.github.com>
1 parent 4b12286 commit 2f79ae9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ object myproject extends ScalaModule {
7070
def scalaVersion = "3.7.3"
7171

7272
def ivyDeps = Agg(
73-
ivy"it.unibo.scafi:scafi3-core_3:1.0.5",
73+
ivy"it.unibo.scafi:::scafi3-core:1.0.5",
7474
// For distributed systems support
75-
ivy"it.unibo.scafi:scafi3-distributed_3:1.0.5"
75+
ivy"it.unibo.scafi:::scafi3-distributed:1.0.5"
7676
)
7777
}
7878
```
@@ -88,7 +88,7 @@ class MyProjectModule(val platform: Platform) extends CrossPlatformScalaModule {
8888
def scalaVersion = "3.7.3"
8989

9090
def ivyDeps = Agg(
91-
ivy"it.unibo.scafi:scafi3-core_3:1.0.5",
91+
ivy"it.unibo.scafi:::scafi3-core:1.0.5",
9292
)
9393
}
9494
```
@@ -221,7 +221,7 @@ The `using` syntax provides implicit access to the aggregate computation context
221221

222222
- **Examples**: Check the test suite for comprehensive examples
223223
- **API Documentation**: [ScalaDoc](https://scafi.github.io/scafi3/)
224-
- **Research**: Based on [Aggregate Computing](https://doi.org/10.1109/MC.2015.261) and [ScaFi: A Scala DSL and Toolkit for Aggregate Programming](https://doi.org/10.1016/j.jss.2024.111976)
224+
- **Research**: Based on [Aggregate Computing](https://doi.org/10.1109/MC.2015.261) and [XC calculus](https://doi.org/10.1016/j.jss.2024.111976)
225225

226226
## License
227227

0 commit comments

Comments
 (0)