Skip to content

Commit

Permalink
Revert "Update jeromq to 0.6.0 (#1314)"
Browse files Browse the repository at this point in the history
Seems some of its classes are a problem for the next commit's changes,
giving errors like:
```
Error:  error while loading SocketType,
Error:  class file org/zeromq/SocketType.class is broken, reading aborted with class java.lang.RuntimeException
Error:  bad constant pool index: 0 at pos: 1840
Error:  -- [E006] Not Found Error: /home/runner/work/almond/almond/modules/shared/channels/src/main/scala/almond/channels/zeromq/ZeromqSocketImpl.scala:20:14
Error:  20 |  socketType: SocketType,
Error:     |              ^^^^^^^^^^
Error:     |              Not found: type SocketType
Error:     |
Error:     | longer explanation available when compiling with `-explain`
```

This reverts commit e6dc050.
  • Loading branch information
alexarchambault committed May 8, 2024
1 parent 1bea173 commit 1a72247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ object Deps {
def fs2(sv: String) =
if (sv.startsWith("2.")) ivy"co.fs2::fs2-core:3.9.4" else ivy"co.fs2:fs2-core_2.13:3.9.4"
def jansi = ivy"org.fusesource.jansi:jansi:2.4.1"
def jeromq = ivy"org.zeromq:jeromq:0.6.0"
def jeromq = ivy"org.zeromq:jeromq:0.5.4"
def jsoniterScalaCore =
ivy"com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-core:${Versions.jsoniterScala}"
def jsoniterScalaMacros =
Expand Down

0 comments on commit 1a72247

Please sign in to comment.