Skip to content

Commit

Permalink
Update to Akka HTTP 10.1.9 (from staging)
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof committed Jul 17, 2019
1 parent 29f4ffa commit 7d21911
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.sbt
Expand Up @@ -458,6 +458,7 @@ lazy val PlayFramework = Project("Play-Framework", file("."))
scalaVersion := (scalaVersion in PlayProject).value,
playBuildRepoName in ThisBuild := "playframework",
resolvers in ThisBuild += Resolver.bintrayRepo("akka", "snapshots"),
resolvers in ThisBuild += "Sonatype OSS Staging" at "https://oss.sonatype.org/content/repositories/staging",
concurrentRestrictions in Global += Tags.limit(Tags.Test, 1),
libraryDependencies ++= (runtime(scalaVersion.value) ++ jdbcDeps),
Docs.apiDocsInclude := false,
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -9,7 +9,7 @@ import buildinfo.BuildInfo
object Dependencies {

val akkaVersion: String = sys.props.getOrElse("akka.version", "2.6.0-M4")
val akkaHttpVersion = "10.1.8"
val akkaHttpVersion = "10.1.9"

val sslConfig = "com.typesafe" %% "ssl-config-core" % "0.4.0"

Expand Down

0 comments on commit 7d21911

Please sign in to comment.