aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2019-06-15 18:06:38 +0200
committerJakob Odersky <jakob@odersky.com>2019-06-15 18:06:53 +0200
commit9b59d81d201e9b99ea5bc1cc6bccfaf646f9abdc (patch)
tree9a69a3a214358c8e0b03db767ad6f24843c8b3e4 /project
parenta45360fe0eddf1a616b94c583ec004c0b8aee931 (diff)
downloadakka-serial-9b59d81d201e9b99ea5bc1cc6bccfaf646f9abdc.tar.gz
akka-serial-9b59d81d201e9b99ea5bc1cc6bccfaf646f9abdc.tar.bz2
akka-serial-9b59d81d201e9b99ea5bc1cc6bccfaf646f9abdc.zip
Add support for Scala 2.13.0v4.1.4
Diffstat (limited to 'project')
-rw-r--r--project/Dependencies.scala8
-rw-r--r--project/plugins.sbt2
2 files changed, 5 insertions, 5 deletions
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index fca310b..ca2687b 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -4,10 +4,10 @@ import sbt._
object Dependencies {
- val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.5.21"
- val akkaStream ="com.typesafe.akka" %% "akka-stream" % "2.5.21"
+ val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.5.23"
+ val akkaStream ="com.typesafe.akka" %% "akka-stream" % "2.5.23"
- val akkaTestKit = "com.typesafe.akka" %% "akka-testkit" % "2.5.21"
- val scalatest = "org.scalatest" %% "scalatest" % "3.0.5"
+ val akkaTestKit = "com.typesafe.akka" %% "akka-testkit" % "2.5.23"
+ val scalatest = "org.scalatest" %% "scalatest" % "3.0.8"
}
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 581816f..f711a3c 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -3,7 +3,7 @@
*/
// Build, package and load native libraries
-addSbtPlugin("ch.jodersky" % "sbt-jni" % "1.3.2")
+addSbtPlugin("ch.jodersky" % "sbt-jni" % "1.3.4")
/*
* Utility plugins, can be disabled during plain build