File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v1.1.0
4+
5+ Michel Davit (6):
6+ * Update pekko to 1.1
7+ * Drop scala 2.12
8+ * Add Java 21 to CI test (#128 )
9+ * Update scalamock to 6.2.0 (#127 )
10+ * Fix deprecated tlSonatypeUseLegacyHost setting (#129 )
11+
12+ Scala Steward (12):
13+ * Update sbt to 1.10.7
14+ * Update java-dogstatsd-client to 4.4.3
15+ * Update sbt-typelevel, ... to 0.7.7
16+ * Update scala3-library to 3.3.5
17+ * Update scala-library to 2.12.20
18+ * Update scala-library to 2.13.16
19+ * Update logback-classic to 1.5.17
20+ * Update enumeratum to 1.7.5
21+ * Update scalafmt-core to 3.8.6
22+ * Update scalatest to 3.2.19
23+ * Update scala-collection-compat to 2.13.0
24+ * Update metrics-core, metrics-json to 4.2.30
25+
326## v1.0.1
427
528* Update to pekko-http v1.0.1
Original file line number Diff line number Diff line change @@ -18,8 +18,9 @@ The following implementations are supported:
1818
1919| Version | Release date | Pekka Http version | Scala versions |
2020| ---------| --------------| --------------------| -----------------------|
21- | ` 1.0 .0 ` | 2023-08-14 | ` 1.0 .0 ` | ` 3.3 ` , ` 2.13 ` , ` 2.12 ` |
21+ | ` 1.1 .0 ` | 2025-03-02 | ` 1.1 .0 ` | ` 3.3 ` , ` 2.13 ` |
2222| ` 1.0.1 ` | 2024-04-09 | ` 1.0.1 ` | ` 3.3 ` , ` 2.13 ` , ` 2.12 ` |
23+ | ` 1.0.0 ` | 2023-08-14 | ` 1.0.0 ` | ` 3.3 ` , ` 2.13 ` , ` 2.12 ` |
2324
2425The complete list can be found in the [ CHANGELOG] ( CHANGELOG.md ) file.
2526
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ val username = "RustedBones"
33val repo = " pekko-http-metrics"
44val githubUrl = s " https://github.com/ $username/ $repo"
55
6- ThisBuild / tlBaseVersion := " 1.0 "
6+ ThisBuild / tlBaseVersion := " 1.1 "
77ThisBuild / organization := " fr.davit"
88ThisBuild / organizationName := " Michel Davit"
99ThisBuild / startYear := Some (2019 )
You can’t perform that action at this time.
0 commit comments