Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Sep 3, 2024
1 parent aec5f57 commit cf30013
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,32 @@ Delayed reactions, fashioned from tools you already have sitting around your she

## installation

The current version of odelay is `0.4.0` and targets scala 2.12+. The odelay-twitter module is not published for 2.11.*.
The current version of odelay is `0.4.1` and targets scala 2.12+. The odelay-twitter module is not published for 2.11.*.

### modules

* `odelay-core` odelay core interfaces and default jdk backed timer

```scala
libraryDependencies += "com.softwaremill.odelay" %% "odelay-core" % "0.4.0"
libraryDependencies += "com.softwaremill.odelay" %% "odelay-core" % "0.4.1"
```

* `odelay-netty` netty 4 backed odelay timer interface

```scala
libraryDependencies += "com.softwaremill.odelay" %% "odelay-netty" % "0.4.0"
libraryDependencies += "com.softwaremill.odelay" %% "odelay-netty" % "0.4.1"
```

* `odelay-netty3` netty 3 backed odelay timer interface

```scala
libraryDependencies += "com.softwaremill.odelay" %% "odelay-netty3" % "0.4.0"
libraryDependencies += "com.softwaremill.odelay" %% "odelay-netty3" % "0.4.1"
```

* `odelay-twitter` twitter util backed odelay timer interface

```scala
libraryDependencies += "com.softwaremill.odelay" %% "odelay-twitter" % "0.4.0"
libraryDependencies += "com.softwaremill.odelay" %% "odelay-twitter" % "0.4.1"
```

## usage
Expand Down

0 comments on commit cf30013

Please sign in to comment.