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 +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## 1.1.1 (2020-06-10)
6+
57- Update libraries
68- Fix implicit execution context regression
79
Original file line number Diff line number Diff line change @@ -14,10 +14,11 @@ The following implementations are supported:
1414
1515## Versions
1616
17- | Version | Release date | Akka Http version | Scala versions |
18- | ------- | ------------ | ----------------- | ------------------ |
19- | ` 1.1.0 ` | 2020-04-18 | ` 10.1.11 ` | ` 2.13.0 ` , ` 2.12.8 ` |
20- | ` 1.0.0 ` | 2020-03-14 | ` 10.1.11 ` | ` 2.13.0 ` , ` 2.12.8 ` |
17+ | Version | Release date | Akka Http version | Scala versions |
18+ | ------- | ------------ | ----------------- | ------------------- |
19+ | ` 1.1.1 ` | 2020-06-10 | ` 10.1.12 ` | ` 2.13.2 ` , ` 2.12.11 ` |
20+ | ` 1.1.0 ` | 2020-04-18 | ` 10.1.11 ` | ` 2.13.1 ` , ` 2.12.10 ` |
21+ | ` 1.0.0 ` | 2020-03-14 | ` 10.1.11 ` | ` 2.13.1 ` , ` 2.12.10 ` |
2122
2223
2324The complete list can be found in the [ CHANGELOG] ( CHANGELOG.md ) file.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ lazy val commonSettings = Defaults.itSettings ++
77 Seq (
88 organization := " fr.davit" ,
99 organizationName := " Michel Davit" ,
10- version := " 1.1.1-SNAPSHOT " ,
10+ version := " 1.1.1" ,
1111 crossScalaVersions := Seq (" 2.13.2" , " 2.12.11" ),
1212 scalaVersion := crossScalaVersions.value.head,
1313 Compile / compile / scalacOptions ++= Settings .scalacOptions(scalaVersion.value),
You can’t perform that action at this time.
0 commit comments