Skip to content

Commit

Permalink
Update akka-http to 10.2.9 (#106)
Browse files Browse the repository at this point in the history
Co-authored-by: Vincent Munier <[email protected]>
  • Loading branch information
scala-steward and vmunier authored Mar 25, 2022
1 parent 01cc65e commit c7445a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ enablePlugins(ScriptedPlugin)

// add the below dependencies in the template build, so that Scala Steward can update versions in the giter8 template
libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-http" % "10.2.8",
"com.typesafe.akka" %% "akka-http" % "10.2.9",
"com.typesafe.akka" %% "akka-stream" % "2.6.19",
"org.scala-js" %%% "scalajs-dom" % "2.1.0"
)
2 changes: 1 addition & 1 deletion src/main/g8/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lazy val server = project
// triggers scalaJSPipeline when using compile or continuous compilation
Compile / compile := ((Compile / compile) dependsOn scalaJSPipeline).value,
libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-http" % "10.2.8",
"com.typesafe.akka" %% "akka-http" % "10.2.9",
"com.typesafe.akka" %% "akka-stream" % "2.6.19",
"com.vmunier" %% "scalajs-scripts" % "1.2.0"
),
Expand Down

0 comments on commit c7445a0

Please sign in to comment.