Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit 4b939dd

Browse files
authored
Update libraries (#53)
1 parent a142bf6 commit 4b939dd

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Unreleased
44

5+
- Update libraries
56
- Fix implicit execution context regression
67

78
## 1.1.0 (2020-04-18)

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")),

project/Dependencies.scala

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ import sbt._
33
object 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

0 commit comments

Comments
 (0)