Skip to content

Commit

Permalink
chore: bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudmark committed Oct 8, 2024
1 parent 4e69293 commit fdab727
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Add the following to your `build.sbt`:
```scala
resolvers += "jitpack" at "https://jitpack.io"

libraryDependencies += "com.github.suprnation.cats-actors" %% "cats-actors" % "2.0.0-RC4"
libraryDependencies += "com.github.suprnation.cats-actors" %% "cats-actors" % "2.0.0-RC5"
```

#### Using Maven
Expand All @@ -114,7 +114,7 @@ Add the following to your `pom.xml`:
<artifactId>cats-actors_2.13</artifactId>
or
<artifactId>cats-actors_3</artifactId>
<version>2.0.0-RC4</version>
<version>2.0.0-RC5</version>
</dependency>
```

Expand All @@ -128,8 +128,8 @@ Add the following to your `repositories.bzl` and `WORKSPACE` files:
def load_dependencies():
maven_install(
artifacts = [
"com.github.suprnation.cats-actors:cats-actors_2_13:2.0.0-RC4", // or
"com.github.suprnation.cats-actors:cats-actors_3:2.0.0-RC4",
"com.github.suprnation.cats-actors:cats-actors_2_13:2.0.0-RC5", // or
"com.github.suprnation.cats-actors:cats-actors_3:2.0.0-RC5",
],
repositories = [
"https://jitpack.io",
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt._
import Keys._

ThisBuild / organization := "com.suprnation"
ThisBuild / version := "2.0.0-RC4"
ThisBuild / version := "2.0.0-RC5"
ThisBuild / organizationName := "SuprNation"
ThisBuild / startYear := Some(2024)
ThisBuild / licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.txt"))
Expand Down

0 comments on commit fdab727

Please # to comment.