Skip to content

Commit

Permalink
chore: updated README.md file to reflect new versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudmark committed Jul 16, 2024
1 parent d1d6b33 commit 2dda2aa
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Cats-Actors

[![Release](https://jitpack.io/v/User/Repo.svg)]
https://jitpack.io/#suprnation/cats-actors

Cats-Actors 🐱 is a functional programming-based actor system derived from Akka v2.6.21 🚀️

![Cats-Actors Logo](images/logo-small.png)
Expand Down Expand Up @@ -88,7 +91,7 @@ Add the following to your `build.sbt`:
```scala
resolvers += "jitpack" at "https://jitpack.io"

libraryDependencies += "com.github.suprnation" &% "cats-actors" % "2.0.0-RC2"
libraryDependencies += "com.github.suprnation.cats-actors" %% "cats-actors" % "2.0.0-RC2"
```

#### Using Maven
Expand All @@ -108,7 +111,7 @@ Add the following to your `pom.xml`:
```xml

<dependency>
<groupId>com.github.suprnation</groupId>
<groupId>com.github.suprnation.cats-actors</groupId>
<artifactId>cats-actors_2.13</artifactId>
or
<artifactId>cats-actors_3</artifactId>
Expand All @@ -126,8 +129,8 @@ Add the following to your `repositories.bzl` and `WORKSPACE` files:
def load_dependencies():
maven_install(
artifacts = [
"com.github.suprnation:cats-actors_2_13:2.0.0-RC2", // or
"com.github.suprnation:cats-actors_3:2.0.0-RC2",
"com.github.suprnation.cats-actors:cats-actors_2_13:2.0.0-RC2", // or
"com.github.suprnation.cats-actors:cats-actors_3:2.0.0-RC2",
],
repositories = [
"https://jitpack.io",
Expand Down

0 comments on commit 2dda2aa

Please sign in to comment.