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 +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## 1.2.0 (2020-08-29)
6+
57- Update to akka-http 10.2
68- Update libraries
79- Add metrics names to settings
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ The following implementations are supported:
1616
1717| Version | Release date | Akka Http version | Scala versions |
1818| ------- | ------------ | ----------------- | ------------------- |
19+ | ` 1.2.0 ` | 2020-08-29 | ` 10.2.0 ` | ` 2.13.3 ` , ` 2.12.12 ` |
1920| ` 1.1.1 ` | 2020-06-10 | ` 10.1.12 ` | ` 2.13.2 ` , ` 2.12.11 ` |
2021| ` 1.1.0 ` | 2020-04-18 | ` 10.1.11 ` | ` 2.13.1 ` , ` 2.12.10 ` |
2122| ` 1.0.0 ` | 2020-03-14 | ` 10.1.11 ` | ` 2.13.1 ` , ` 2.12.10 ` |
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ lazy val commonSettings =
2727 Seq (
2828 organization := " fr.davit" ,
2929 organizationName := " Michel Davit" ,
30- version := " 1.2.0-SNAPSHOT " ,
30+ version := " 1.2.0" ,
3131 crossScalaVersions := (ThisBuild / crossScalaVersions).value,
3232 scalaVersion := crossScalaVersions.value.head,
3333 scalacOptions ~= filterScalacOptions,
You can’t perform that action at this time.
0 commit comments