Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
RuedigerMoeller committed Sep 27, 2017
1 parent f3b68fa commit d6e3fdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Actors + TCP Remoting
<dependency>
<groupId>de.ruedigermoeller</groupId>
<artifactId>kontraktor</artifactId>
<version>4.16</version>
<version>4.18</version>
</dependency>
```

Expand All @@ -70,7 +70,7 @@ Adds WebSockets, Http LongPoll for actor-remoting, JavaScript interop. Uses Unde
<dependency>
<groupId>de.ruedigermoeller</groupId>
<artifactId>kontraktor-http</artifactId>
<version>4.16</version>
<version>4.18</version>
</dependency>
```

Expand Down Expand Up @@ -101,7 +101,7 @@ old (es5) implementation of kontraktor-client. somewhat messy, but production-pr
<dependency>
<groupId>de.ruedigermoeller</groupId>
<artifactId>kontraktor-bare</artifactId>
<version>4.16</version>
<version>4.18</version>
</dependency>
```

Expand Down

0 comments on commit d6e3fdb

Please sign in to comment.