Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace scrooge-runtime with scrooge-serializer and fix errors. #141

Merged
merged 1 commit into from
Aug 31, 2013

Conversation

azymnis
Copy link
Contributor

@azymnis azymnis commented Aug 30, 2013

No description provided.

johnynek added a commit that referenced this pull request Aug 31, 2013
Replace scrooge-runtime with scrooge-serializer and fix errors.
@johnynek johnynek merged commit 5545993 into twitter:develop Aug 31, 2013
@@ -184,7 +184,7 @@ object BijectionBuild extends Build {
osgiExportAll("com.twitter.bijection.scrooge"),
libraryDependencies ++= Seq(
"org.apache.thrift" % "libthrift" % "0.6.1" exclude("junit", "junit"),
"com.twitter" % "scrooge-runtime" % "3.0.4"
"com.twitter" % "scrooge-serializer_2.9.2" % "3.6.0"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not use sbt's %% operator?
"com.twitter" % "scrooge-serializer" %% "3.6.0"

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, bug. Fixing.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#145

Jeff Smick mailto:notifications@github.com
September 13, 2013 2:26 PM

In project/Build.scala:

@@ -184,7 +184,7 @@ object BijectionBuild extends Build {
osgiExportAll("com.twitter.bijection.scrooge"),
libraryDependencies ++= Seq(
"org.apache.thrift" % "libthrift" % "0.6.1" exclude("junit", "junit"),

  • "com.twitter" % "scrooge-runtime" % "3.0.4"
  • "com.twitter" % "scrooge-serializer_2.9.2" % "3.6.0"

why not use sbt's %% operator?
"com.twitter" % "scrooge-serializer" %% "3.6.0"


Reply to this email directly or view it on GitHub
https://github.com/twitter/bijection/pull/141/files#r6359420.

Argyris Zymnis mailto:notifications@github.com

August 30, 2013 4:41 PM

    You can merge this Pull Request by running

git pull https://github.com/azymnis/bijection argyris/fix_scrooge_breaks

Or view, comment on, or merge it at:

#141

    Commit Summary

Sam Ritchie, Twitter Inc
703.662.1337
@sritchie

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants