Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
chore(server): fixed protobuf dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
John Doe committed Jan 21, 2016
1 parent dc17328 commit 9eeba17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion actor-server/project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ object Build extends sbt.Build with Versioning with Releasing {
pomExtraXml) ++
PB.protobufSettings ++ Seq(
//PB.javaConversions in PB.protobufConfig := true,
libraryDependencies += "com.trueaccord.scalapb" %% "scalapb-runtime" % "0.5.17" % PB.protobufConfig,
libraryDependencies += "com.trueaccord.scalapb" %% "scalapb-runtime" % "0.5.21" % PB.protobufConfig,
PB.includePaths in PB.protobufConfig ++= Seq(
file("actor-models/src/main/protobuf"),
file("actor-core/src/main/protobuf"),
Expand Down
2 changes: 0 additions & 2 deletions actor-server/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ object Dependencies {

val libPhoneNumber = "com.googlecode.libphonenumber" % "libphonenumber" % "7.0.+"

val protobuf = "com.google.protobuf" % "protobuf-java" % "3.0.0-beta-1"

val scodecBits = "org.scodec" %% "scodec-bits" % "1.0.9"
val scodecCore = "org.scodec" %% "scodec-core" % "1.8.1"

Expand Down

0 comments on commit 9eeba17

Please sign in to comment.