Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Commit

Permalink
akka in examples and testkit updated to latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
semyonoskin committed Nov 18, 2020
1 parent b8ff063 commit 597ef47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import scala.util.Try
name := "scorex-core"

lazy val commonSettings = Seq(
scalaVersion := "2.12.10",
scalaVersion := "2.12.12",
resolvers += Resolver.sonatypeRepo("public"),
resolvers += "Maven Central Server" at "https://repo1.maven.org/maven2",
resolvers += "Typesafe Server" at "https://repo.typesafe.com/typesafe/releases",
Expand Down
2 changes: 1 addition & 1 deletion examples/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.0.1" % "test",
"org.scalacheck" %% "scalacheck" % "1.13.+" % "test",
"org.scorexfoundation" %% "iodb" % "0.3.2",
"com.typesafe.akka" %% "akka-testkit" % "2.4.17" % "test"
"com.typesafe.akka" %% "akka-testkit" % "2.6.10" % "test"
)

mainClass in assembly := Some("examples.hybrid.HybridApp")
Expand Down
2 changes: 1 addition & 1 deletion testkit/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ libraryDependencies ++= Seq(
"org.scalactic" %% "scalactic" % "3.0.1",
"org.scalatest" %% "scalatest" % "3.0.1",
"org.scalacheck" %% "scalacheck" % "1.13.+",
"com.typesafe.akka" %% "akka-testkit" % "2.4.+"
"com.typesafe.akka" %% "akka-testkit" % "2.6.10"
)

fork in Test := true
Expand Down

0 comments on commit 597ef47

Please sign in to comment.