8000 updated to akka 2.5.6 · rssh/scala-gopher@456e4f4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 456e4f4

Browse files
committed
updated to akka 2.5.6
1 parent b4b7299 commit 456e4f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name:="scala-gopher"
44
organization:="com.github.rssh"
55

66
scalaVersion := "2.12.3"
7-
crossScalaVersions := Seq("2.11.9", "2.12.2")
7+
crossScalaVersions := Seq("2.11.9", "2.12.3")
88

99
resolvers += Resolver.sonatypeRepo("snapshots")
1010

@@ -22,7 +22,7 @@ libraryDependencies += "org.scala-lang.modules" %% "scala-async" % "0.9.6"
2222

2323
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.1" % "test"
2424

25-
libraryDependencies += "com.typesafe.akka" %% "akka-actor" % "2.5.3"
25+
libraryDependencies += "com.typesafe.akka" %% "akka-actor" % "2.5.6"
2626

2727
//testOptions in Test += Tests.Argument(TestFrameworks.ScalaTest, "-n", "Now")
2828
fork in Test := true

0 commit comments

Comments
 (0)
0