You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@s2graph.apache.org by st...@apache.org on 2019/01/25 22:49:00 UTC

[08/20] incubator-s2graph git commit: update akka http version

update akka http version


Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/955e21d7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/955e21d7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/955e21d7

Branch: refs/heads/master
Commit: 955e21d7c9ae45f9fd9d79dafefe233ae557d17b
Parents: ac630bf
Author: daewon <da...@apache.org>
Authored: Wed Dec 26 13:48:22 2018 +0900
Committer: daewon <da...@apache.org>
Committed: Wed Dec 26 13:48:22 2018 +0900

----------------------------------------------------------------------
 s2http/build.sbt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/955e21d7/s2http/build.sbt
----------------------------------------------------------------------
diff --git a/s2http/build.sbt b/s2http/build.sbt
index 944493c..ef020cd 100644
--- a/s2http/build.sbt
+++ b/s2http/build.sbt
@@ -16,8 +16,8 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-lazy val akkaHttpVersion = "10.1.5"
-lazy val akkaVersion = "2.5.18"
+lazy val akkaHttpVersion = "10.1.6"
+lazy val akkaVersion = "2.5.19"
 
 name := "s2http"