Skip to content

Commit 7207d0e

Browse files
committed
zio-http bump
1 parent cfe0b85 commit 7207d0e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ At the end of the day all the examples should have:
1818
| [play](https://www.playframework.com/) | 3.0.9 | ![GitHub](https://img.shields.io/github/license/play/play) | ![GitHub](https://img.shields.io/github/stars/play/play) |
1919
| [scalatra](https://scalatra.org/) | 3.1.2 | ![GitHub](https://img.shields.io/github/license/scalatra/scalatra) | ![GitHub](https://img.shields.io/github/stars/scalatra/scalatra) |
2020
| [unfiltered](http://unfiltered.ws/) | 0.10.4 | ![GitHub](https://img.shields.io/github/license/unfiltered/unfiltered) | ![GitHub](https://img.shields.io/github/stars/unfiltered/unfiltered) |
21-
| [zio-http](https://github.com/zio/zio-http) | 3.7.4 | ![GitHub](https://img.shields.io/github/license/dream11/zio-http) | ![GitHub](https://img.shields.io/github/stars/dream11/zio-http) |
21+
| [zio-http](https://github.com/zio/zio-http) | 3.11.2 | ![GitHub](https://img.shields.io/github/license/dream11/zio-http) | ![GitHub](https://img.shields.io/github/stars/dream11/zio-http) |

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ lazy val unfiltered = (project in file("unfiltered")).settings(
6868

6969
lazy val `zio-http` = (project in file("zio-http")).settings(
7070
scalaVersion := scalaV,
71-
libraryDependencies += "dev.zio" %% "zio-http" % "3.10.1"
71+
libraryDependencies += "dev.zio" %% "zio-http" % "3.11.2"
7272
)
7373

7474
lazy val root = (project

0 commit comments

Comments
 (0)