We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93b3f67 commit b69cb1fCopy full SHA for b69cb1f
2 files changed
.github/workflows/release.yaml
@@ -28,6 +28,7 @@ jobs:
28
PGP_SECRET: ${{ secrets.PGP_SECRET }}
29
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
30
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
31
+ CI_SONATYPE_RELEASE: sonaUpload
32
- name: Build Scaladoc
33
run: sbt doc
34
- name: Add CNAME for custom domain
README.md
@@ -14,7 +14,7 @@ Extracted from the [lampepfl/gears](https://github.com/lampepfl/gears) project.
14
## Usage
15
16
```scala
17
-libraryDependencies += "org.funfix" %%% "continuations4s" % "0.0.4"
+libraryDependencies += "org.funfix" %%% "continuations4s" % "x.y.z"
18
```
19
20
Example — this works across JVM, ScalaJS (WASM) and Scala Native:
0 commit comments