Skip to content

Commit

Permalink
Updated to the latest convergence protocol.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmacfadden committed Jul 11, 2021
1 parent e0d2c8f commit 7a8b0da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -24,7 +24,7 @@ object Dependencies {

object Compile {
// Convergence
val convergenceProto = "com.convergencelabs" %% "convergence-proto-scala" % "1.0.0-SNAPSHOT" // Apache 2.0
val convergenceProto = "com.convergencelabs" %% "convergence-proto-scala" % "1.0.0-rc.7" // Apache 2.0

// Protobuf
val scalapb = "com.thesamet.scalapb" %% "scalapb-runtime" % "0.11.1" // Apache 2.0
Expand Down
Expand Up @@ -203,7 +203,6 @@ private[realtime] object ConvergenceMessageBodyUtils {
case message: ConnectionResponseMessage => Body.ConnectionResponse(message)
case message: IdentityCacheUpdateMessage => Body.IdentityCacheUpdate(message)
case message: OkResponse => Body.Ok(message)
case message: OkResponse => Body.Ok(message)
case message: GetServerTimeRequestMessage => Body.ServerTimeRequest(message)
case message: GetServerTimeResponseMessage => Body.ServerTimeResponse(message)

Expand Down

0 comments on commit 7a8b0da

Please sign in to comment.