Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Jan 31, 2022
1 parent 909d733 commit 8ff8681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@ stored in Rails
For `akka-http` version `10+`:

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

## Updating
Expand Down

0 comments on commit 8ff8681

Please sign in to comment.