Skip to content

Commit

Permalink
Change package names (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
madpeh authored Oct 4, 2023
1 parent 212cc39 commit f6a5e13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ lazy val pekkoMqttVersion = "1.0.0"
lazy val pekko = (project in file("modules/pekko"))
.settings(
commonSettings,
name := "pekko-mqtt-wrapper",
name := "scala-mqtt-wrapper-pekko",
idePackagePrefix := Some("pl.waw.ibspan.scala_mqtt_wrapper.pekko"),
crossScalaVersions := Seq(scala213, scala3),
libraryDependencies ++= commonDependencies ++ Seq(
Expand All @@ -97,7 +97,7 @@ lazy val akkaMqttVersion = "4.0.0" // 5.x changes license to BSL v1.1
lazy val akka = (project in file("modules/akka"))
.settings(
commonSettings,
name := "akka-mqtt-wrapper",
name := "scala-mqtt-wrapper-akka",
idePackagePrefix := Some("pl.waw.ibspan.scala_mqtt_wrapper.akka"),
crossScalaVersions := Seq(scala213),
libraryDependencies ++= commonDependencies ++ Seq(
Expand Down

0 comments on commit f6a5e13

Please sign in to comment.