You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by ma...@apache.org on 2017/02/16 18:35:34 UTC

[2/7] incubator-toree git commit: fix typo: remove space after akka-slf4j version

fix typo: remove space after akka-slf4j version


Project: http://git-wip-us.apache.org/repos/asf/incubator-toree/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-toree/commit/4ad1afda
Tree: http://git-wip-us.apache.org/repos/asf/incubator-toree/tree/4ad1afda
Diff: http://git-wip-us.apache.org/repos/asf/incubator-toree/diff/4ad1afda

Branch: refs/heads/master
Commit: 4ad1afda0ca43167da1ffb02b6e8f5d23f45dee6
Parents: c00b4a3
Author: Jakob Odersky <ja...@odersky.com>
Authored: Tue Feb 14 17:00:55 2017 -0800
Committer: Jakob Odersky <ja...@odersky.com>
Committed: Wed Feb 15 15:24:09 2017 -0800

----------------------------------------------------------------------
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/4ad1afda/project/Dependencies.scala
----------------------------------------------------------------------
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index c827760..670a758 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -23,7 +23,7 @@ object Dependencies {
   // Libraries
 
   val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.4.17" // Apache v2
-  val akkaSlf4j = "com.typesafe.akka" %% "akka-slf4j" % "2.4.17 "// Apache v2
+  val akkaSlf4j = "com.typesafe.akka" %% "akka-slf4j" % "2.4.17" // Apache v2
   val akkaTestkit = "com.typesafe.akka" %% "akka-testkit" % "2.4.17" // Apache v2
 
   val clapper = "org.clapper" %% "classutil" % "1.0.12" // BSD 3-clause license, used for detecting plugins