Skip to content

Commit

Permalink
support scala3 in mqtt-streaming (apache#161)
Browse files Browse the repository at this point in the history
Update MqttFlowSpec.scala

Update MqttFlowSpec.scala

Update MqttFlowSpec.scala

Update MqttFlowSpec.scala

remove val declarations
  • Loading branch information
pjfanning authored and mdedetrich committed Aug 15, 2023
1 parent 73e3ef5 commit b4fbe34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ object Dependencies {
"org.eclipse.paho" % "org.eclipse.paho.client.mqttv3" % "1.2.5"))

val MqttStreaming = Seq(
crossScalaVersions -= Scala3,
libraryDependencies ++= Seq(
"org.apache.pekko" %% "pekko-actor-typed" % PekkoVersion,
"org.apache.pekko" %% "pekko-actor-testkit-typed" % PekkoVersion % Test,
Expand Down

0 comments on commit b4fbe34

Please sign in to comment.