File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ) |
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ lazy val unfiltered = (project in file("unfiltered")).settings(
6868
6969lazy 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
7474lazy val root = (project
You can’t perform that action at this time.
0 commit comments