Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ back into typed calls.
### scala-cli

```scala
//> using scala 3.9.0-RC4
//> using scala 3.9.0
//> using dep com.halotukozak::mrpc::<version>
```

Expand All @@ -47,7 +47,7 @@ libraryDependencies += "com.halotukozak" %% "mrpc" % "<version>"
### mill

```scala
def scalaVersion = "3.9.0-RC4"
def scalaVersion = "3.9.0"
def mvnDeps = Seq(mvn"com.halotukozak::mrpc::<version>")
```

Expand Down
4 changes: 2 additions & 2 deletions project.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//> using scala 3.9.0-RC4
//> using scala 3.9.0

//> using dep com.halotukozak::mcodec::0.1.2
//> using dep com.halotukozak::mcodec::0.2.0

//> using test.dep org.scalameta::munit::1.3.5
//> using test.dep org.scalameta::munit-scalacheck::1.3.0
Expand Down
Loading