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
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ - Update libraries
56- Fix implicit execution context regression
67
78## 1.1.0 (2020-04-18)
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ lazy val commonSettings = Defaults.itSettings ++
88 organization := " fr.davit" ,
99 organizationName := " Michel Davit" ,
1010 version := " 1.1.1-SNAPSHOT" ,
11- crossScalaVersions := Seq (" 2.13.1 " , " 2.12.10 " ),
11+ crossScalaVersions := Seq (" 2.13.2 " , " 2.12.11 " ),
1212 scalaVersion := crossScalaVersions.value.head,
1313 Compile / compile / scalacOptions ++= Settings .scalacOptions(scalaVersion.value),
1414 homepage := Some (url(s " https://github.com/ $username/ $repo" )),
Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ import sbt._
33object Dependencies {
44
55 object Versions {
6- val akka = " 2.6.4 "
7- val akkaHttp = " 10.1.11 "
8- val datadog = " 2.9.0 "
6+ val akka = " 2.6.6 "
7+ val akkaHttp = " 10.1.12 "
8+ val datadog = " 2.10.1 "
99 val dropwizard = " 5.0.0"
10- val enumeratum = " 1.5.15 "
10+ val enumeratum = " 1.6.1 "
1111 val logback = " 1.2.3"
12- val prometheus = " 0.8.1 "
12+ val prometheus = " 0.9.0 "
1313 val scalaMock = " 4.4.0"
14- val scalaTest = " 3.1.1 "
14+ val scalaTest = " 3.1.2 "
1515 }
1616
1717 val akkaHttp = " com.typesafe.akka" %% " akka-http" % Versions .akkaHttp
You can’t perform that action at this time.
0 commit comments