Skip to content

Commit

Permalink
Using release version of jeromq lib (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
LMnet authored and savulchik committed Dec 11, 2017
1 parent 44510ea commit c92c8fe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.sbt
Expand Up @@ -10,12 +10,10 @@ crossScalaVersions := Seq("2.11.11", "2.12.3")

scalacOptions ++= Seq("-feature", "-deprecation", "-Xlint")

resolvers += Resolver.sonatypeRepo("snapshots") // FIXME: for jeromq snapshot

libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-actor" % akkaVersion,
"com.typesafe.akka" %% "akka-stream" % akkaVersion,
"org.zeromq" % "jeromq" % "0.4.3-SNAPSHOT", // FIXME: https://github.com/zeromq/jeromq/issues/466#issuecomment-328910616
"org.zeromq" % "jeromq" % "0.4.3",
"org.mockito" % "mockito-core" % "2.8.47" % "test",
"org.scalatest" %% "scalatest" % "3.0.1" % "test",
"com.typesafe.akka" %% "akka-testkit" % akkaVersion % "test",
Expand Down

0 comments on commit c92c8fe

Please sign in to comment.