|
@@ -6,13 +6,17 @@ name := "akka-http-benchmark"
|
|
|
|
|
|
version := "0.1.0-SNAPSHOT"
|
|
version := "0.1.0-SNAPSHOT"
|
|
|
|
|
|
-scalaVersion := "2.13.6"
|
|
|
|
|
|
+scalaVersion := "2.13.8"
|
|
|
|
|
|
-resolvers += "Akka Snapshot Repository" at "http://repo.akka.io/snapshots/"
|
|
|
|
|
|
+val akkaV = "2.6.19"
|
|
|
|
+val akkaHttpV = "10.2.9"
|
|
|
|
+
|
|
|
|
+// to get latest versions
|
|
|
|
+resolvers += "akka-http-snapshot-repository" at "https://oss.sonatype.org/content/repositories/snapshots"
|
|
|
|
|
|
libraryDependencies ++= Seq(
|
|
libraryDependencies ++= Seq(
|
|
- "com.typesafe.akka" %% "akka-http" % "10.2.6",
|
|
|
|
- "com.typesafe.akka" %% "akka-stream" % "2.6.16",
|
|
|
|
|
|
+ "com.typesafe.akka" %% "akka-http" % akkaHttpV,
|
|
|
|
+ "com.typesafe.akka" %% "akka-stream" % akkaV,
|
|
"de.heikoseeberger" %% "akka-http-jsoniter-scala" % "1.34.0",
|
|
"de.heikoseeberger" %% "akka-http-jsoniter-scala" % "1.34.0",
|
|
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.6.0",
|
|
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.6.0",
|
|
"mysql" % "mysql-connector-java" % "8.0.21",
|
|
"mysql" % "mysql-connector-java" % "8.0.21",
|