@@ -2,7 +2,7 @@ name := "stripe-scala"
22
33val currentScalaVersion = " 2.12.8"
44val scala211Version = " 2.11.11"
5- val circeVersion = " 0.9.3 "
5+ val circeVersion = " 0.11.1 "
66
77scalaVersion := currentScalaVersion
88
@@ -31,22 +31,23 @@ Defaults.itSettings
3131
3232configs(IntegrationTest )
3333
34- val enumeratumVersion = " 1.5.12 "
35- val enumeratumCirceVersion = " 1.5.14 "
36- val akkaStreamJson = " 3.4 .0"
34+ val enumeratumVersion = " 1.5.13 "
35+ val enumeratumCirceVersion = " 1.5.21 "
36+ val akkaStreamJson = " 3.5 .0"
3737
3838libraryDependencies ++= Seq (
39- " com.typesafe.akka" %% " akka-http" % " 10.0.9" ,
39+ " com.typesafe.akka" %% " akka-http" % " 10.1.8" ,
40+ " com.typesafe.akka" %% " akka-stream" % " 2.5.22" ,
4041 " de.knutwalker" %% " akka-stream-circe" % akkaStreamJson,
4142 " de.knutwalker" %% " akka-http-circe" % akkaStreamJson,
4243 " io.circe" %% " circe-core" % circeVersion,
4344 " io.circe" %% " circe-generic" % circeVersion,
4445 " io.circe" %% " circe-parser" % circeVersion,
4546 " com.beachape" %% " enumeratum" % enumeratumVersion,
4647 " com.beachape" %% " enumeratum-circe" % enumeratumCirceVersion,
47- " com.iheart" %% " ficus" % " 1.4.1 " ,
48- " com.typesafe.scala-logging" %% " scala-logging" % " 3.7 .2" ,
49- " org.scalatest" %% " scalatest" % " 3.0.3 " % " test, it" ,
48+ " com.iheart" %% " ficus" % " 1.4.6 " ,
49+ " com.typesafe.scala-logging" %% " scala-logging" % " 3.9 .2" ,
50+ " org.scalatest" %% " scalatest" % " 3.0.7 " % " test, it" ,
5051 " ch.qos.logback" % " logback-classic" % " 1.2.3" % " test, it"
5152)
5253
0 commit comments