This repository was archived by the owner on Mar 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## v1.5.1 (2021-02-16)
6+
57- Update dependencies
8+ - Add API to create HttpMetricsSettings
69
710## v1.5.0 (2021-01-12)
811
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ The following implementations are supported:
1717
1818| Version | Release date | Akka Http version | Scala versions |
1919| ------- | ------------ | ----------------- | ------------------- |
20+ | ` 1.5.1 ` | 2021-02-16 | ` 10.2.3 ` | ` 2.13.4 ` , ` 2.12.12 ` |
2021| ` 1.5.0 ` | 2021-01-12 | ` 10.2.2 ` | ` 2.13.4 ` , ` 2.12.12 ` |
2122| ` 1.4.1 ` | 2020-12-14 | ` 10.2.2 ` | ` 2.13.4 ` , ` 2.12.12 ` |
2223| ` 1.4.0 ` | 2020-12-12 | ` 10.2.2 ` | ` 2.13.4 ` , ` 2.12.12 ` |
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ lazy val commonSettings = Defaults.itSettings ++
2323 Seq (
2424 organization := " fr.davit" ,
2525 organizationName := " Michel Davit" ,
26- version := " 1.5.1-SNAPSHOT " ,
26+ version := " 1.5.1" ,
2727 crossScalaVersions := (ThisBuild / crossScalaVersions).value,
2828 scalaVersion := crossScalaVersions.value.head,
2929 scalacOptions ~= filterScalacOptions,
You can’t perform that action at this time.
0 commit comments