Skip to content

Commit

Permalink
Upgrade to latest dependencies in test (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmunier authored Apr 22, 2021
1 parent a7a4b2b commit 11a00ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/main/scala/webscalajs/ScalaJSWeb.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import com.typesafe.sbt.web.PathMapping
import org.scalajs.linker.interface.Report
import org.scalajs.sbtplugin.ScalaJSPlugin
import org.scalajs.sbtplugin.ScalaJSPlugin.autoImport._
import sbt.Def.{Initialize, setting, settingKey}
import sbt.Def.{setting, settingKey, Initialize}
import sbt.Keys._
import sbt._
import webscalajs.ScalaJSStageTasks.onScalaJSStage
Expand Down
4 changes: 2 additions & 2 deletions src/sbt-test/sbt-web-scalajs/akka-http-scalajs/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ lazy val server = project.settings(
// triggers scalaJSPipeline when using compile or continuous compilation
Compile / compile := ((Compile / compile) dependsOn scalaJSPipeline).value,
libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-http" % "10.1.13",
"com.typesafe.akka" %% "akka-stream" % "2.6.10"
"com.typesafe.akka" %% "akka-http" % "10.2.4",
"com.typesafe.akka" %% "akka-stream" % "2.6.14"
),
Assets / WebKeys.packagePrefix := "public/",
Runtime / managedClasspath += (Assets / packageBin).value
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ sys.props.get("plugin.version") match {
}

addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.5.1")
addSbtPlugin("org.scala-js" % "sbt-jsdependencies" % "1.0.2")
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.5.1")
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.7.6")
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1")

0 comments on commit 11a00ed

Please sign in to comment.