Skip to content

Commit

Permalink
Release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Aug 29, 2023
1 parent 39f32fb commit f015a45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,15 +305,15 @@ stored in Rails
For `akka-http` version `10+`:

````scala
libraryDependencies += "com.softwaremill.akka-http-session" %% "core" % "0.7.0"
libraryDependencies += "com.softwaremill.akka-http-session" %% "jwt" % "0.7.0" // optional
libraryDependencies += "com.softwaremill.akka-http-session" %% "core" % "0.7.1"
libraryDependencies += "com.softwaremill.akka-http-session" %% "jwt" % "0.7.1" // optional
````

For `pekko-http`:

````scala
libraryDependencies += "com.softwaremill.pekko-http-session" %% "core" % "0.7.0"
libraryDependencies += "com.softwaremill.pekko-http-session" %% "jwt" % "0.7.0" // optional
libraryDependencies += "com.softwaremill.pekko-http-session" %% "core" % "0.7.1"
libraryDependencies += "com.softwaremill.pekko-http-session" %% "jwt" % "0.7.1" // optional
````

## Updating
Expand Down

0 comments on commit f015a45

Please sign in to comment.