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
66
77## installation
88
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.* .
1010
1111### modules
1212
1313* ` odelay-core ` odelay core interfaces and default jdk backed timer
1414
1515``` scala
16- libraryDependencies += " com.softwaremill.odelay" %% " odelay-core" % " 0.4.0 "
16+ libraryDependencies += " com.softwaremill.odelay" %% " odelay-core" % " 0.4.1 "
1717```
1818
1919* ` odelay-netty ` netty 4 backed odelay timer interface
2020
2121``` scala
22- libraryDependencies += " com.softwaremill.odelay" %% " odelay-netty" % " 0.4.0 "
22+ libraryDependencies += " com.softwaremill.odelay" %% " odelay-netty" % " 0.4.1 "
2323```
2424
2525* ` odelay-netty3 ` netty 3 backed odelay timer interface
2626
2727``` scala
28- libraryDependencies += " com.softwaremill.odelay" %% " odelay-netty3" % " 0.4.0 "
28+ libraryDependencies += " com.softwaremill.odelay" %% " odelay-netty3" % " 0.4.1 "
2929```
3030
3131* ` odelay-twitter ` twitter util backed odelay timer interface
3232
3333``` scala
34- libraryDependencies += " com.softwaremill.odelay" %% " odelay-twitter" % " 0.4.0 "
34+ libraryDependencies += " com.softwaremill.odelay" %% " odelay-twitter" % " 0.4.1 "
3535```
3636
3737## usage
You can’t perform that action at this time.
0 commit comments