Skip to content

Commit d85ff52

Browse files
authored
Update README.md
1 parent addfd12 commit d85ff52

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,16 @@ To use a library you have to add a single Maven dependency
4141
<version>0.9.9</version>
4242
</dependency>
4343
```
44+
45+
If you are developing code for JDK 21+ and need to use `ScopedValue` as a `ContentVar`-iable then add the following dependency as well:
46+
```xml
47+
<dependency>
48+
<groupId>net.tascalate</groupId>
49+
<artifactId>net.tascalate.concurrent.addon</artifactId>
50+
<version>0.1.0</version>
51+
</dependency>
52+
```
53+
4454
# What is inside?
4555
## 1. Promise interface
4656
This is the core interface of the Tascalate Concurrent library. It may be best described by the formula:

0 commit comments

Comments
 (0)