Skip to content

Commit

Permalink
Remove unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown-stripe committed Apr 4, 2018
1 parent e670e86 commit 4cb7781
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Expand Up @@ -26,8 +26,7 @@ resolvers ++= Seq("snapshots", "releases").map(Resolver.sonatypeRepo)

libraryDependencies += "org.scalactic" %% "scalactic" % "3.0.3" % "test"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.3" % "test"
libraryDependencies += "com.thesamet.scalapb" %% "scalapb-runtime" % "0.7.0-rc6"
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.13.4"
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.13.4" % "test"

releasePublishArtifactsAction := PgpKeys.publishSigned.value

Expand Down

0 comments on commit 4cb7781

Please sign in to comment.