From 97e854fbdd0845d3d601cc360e53f7c14736279c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Israel=20Zu=CC=81n=CC=83iga=20de=20la=20Mora?= <6629+israelzuniga@users.noreply.github.com> Date: Thu, 25 Oct 2018 23:24:28 -0500 Subject: [PATCH] Changes to be committed: modified: build.sbt modified: project/plugins.sbt --- build.sbt | 8 +++++--- project/plugins.sbt | 3 +-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/build.sbt b/build.sbt index cf0b931..42a42d3 100644 --- a/build.sbt +++ b/build.sbt @@ -2,9 +2,11 @@ name := "SimpleFinancialExchange" version := "1.0" -scalaVersion := "2.11.4" +scalaVersion := "2.11.8" -libraryDependencies += "org.scalatest" % "scalatest_2.11" % "2.2.1" % "test" +// https://mvnrepository.com/artifact/org.scalatest/scalatest +libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.5" % Test -libraryDependencies += "com.typesafe.akka" %% "akka-actor" % "2.3.8" +// https://mvnrepository.com/artifact/com.typesafe.akka/akka-actor +libraryDependencies += "com.typesafe.akka" %% "akka-actor" % "2.5.17" diff --git a/project/plugins.sbt b/project/plugins.sbt index bd8f769..7a2dbb3 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1 @@ -addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.5.0") - +addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.4") \ No newline at end of file