aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2017-12-03 13:11:13 -0800
committerJakob Odersky <jakob@odersky.com>2017-12-03 13:11:13 -0800
commit1155700447a091a21646643cef9605878b238b10 (patch)
treecaadf2f1bbe094e21f66b89732a8cadd593a4970 /project
parent6c1f60c0bf38ba95e701b4d4586a68bf61c22371 (diff)
downloadakka-serial-1155700447a091a21646643cef9605878b238b10.tar.gz
akka-serial-1155700447a091a21646643cef9605878b238b10.tar.bz2
akka-serial-1155700447a091a21646643cef9605878b238b10.zip
Upgrade to sbt 1; general upgrade
Diffstat (limited to 'project')
-rw-r--r--project/Dependencies.scala8
-rw-r--r--project/build.properties2
-rw-r--r--project/plugins.sbt10
3 files changed, 10 insertions, 10 deletions
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 3bd2540..4605b34 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.0"
- val akkaStream ="com.typesafe.akka" %% "akka-stream" % "2.5.0"
+ val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.5.7"
+ val akkaStream ="com.typesafe.akka" %% "akka-stream" % "2.5.7"
- val akkaTestKit = "com.typesafe.akka" %% "akka-testkit" % "2.5.0"
- val scalatest = "org.scalatest" %% "scalatest" % "3.0.1"
+ val akkaTestKit = "com.typesafe.akka" %% "akka-testkit" % "2.5.7"
+ val scalatest = "org.scalatest" %% "scalatest" % "3.0.2"
}
diff --git a/project/build.properties b/project/build.properties
index 27e88aa..a31be40 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=0.13.13
+sbt.version=1.0.4 \ No newline at end of file
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 2ff38e5..88e6acf 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -3,19 +3,19 @@
*/
// Build, package and load native libraries
-addSbtPlugin("ch.jodersky" % "sbt-jni" % "1.2.4")
+addSbtPlugin("ch.jodersky" % "sbt-jni" % "1.3.1")
/*
* Utility plugins, can be disabled during plain build
*/
// Generate documentation for all sources
-addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.3.3")
+addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.1")
// Generate website content
-addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.0.0")
+addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.1")
// Sign published artifacts
-addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
+addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
// Publish to sonatype and sync with maven central
-addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1")
+addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0")