File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,32 +6,32 @@ Delayed reactions, fashioned from tools you already have sitting around your she
6
6
7
7
## installation
8
8
9
- The current version of odelay is ` 0.4.0 ` and targets scala 2.12+. The odelay-twitter module is not published for 2.11.* .
9
+ The current version of odelay is ` 0.4.1 ` and targets scala 2.12+. The odelay-twitter module is not published for 2.11.* .
10
10
11
11
### modules
12
12
13
13
* ` odelay-core ` odelay core interfaces and default jdk backed timer
14
14
15
15
``` scala
16
- libraryDependencies += " com.softwaremill.odelay" %% " odelay-core" % " 0.4.0 "
16
+ libraryDependencies += " com.softwaremill.odelay" %% " odelay-core" % " 0.4.1 "
17
17
```
18
18
19
19
* ` odelay-netty ` netty 4 backed odelay timer interface
20
20
21
21
``` scala
22
- libraryDependencies += " com.softwaremill.odelay" %% " odelay-netty" % " 0.4.0 "
22
+ libraryDependencies += " com.softwaremill.odelay" %% " odelay-netty" % " 0.4.1 "
23
23
```
24
24
25
25
* ` odelay-netty3 ` netty 3 backed odelay timer interface
26
26
27
27
``` scala
28
- libraryDependencies += " com.softwaremill.odelay" %% " odelay-netty3" % " 0.4.0 "
28
+ libraryDependencies += " com.softwaremill.odelay" %% " odelay-netty3" % " 0.4.1 "
29
29
```
30
30
31
31
* ` odelay-twitter ` twitter util backed odelay timer interface
32
32
33
33
``` scala
34
- libraryDependencies += " com.softwaremill.odelay" %% " odelay-twitter" % " 0.4.0 "
34
+ libraryDependencies += " com.softwaremill.odelay" %% " odelay-twitter" % " 0.4.1 "
35
35
```
36
36
37
37
## usage
You can’t perform that action at this time.
0 commit comments