You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "He-Pin (via GitHub)" <gi...@apache.org> on 2024/03/21 01:50:14 UTC

Re: [PR] Remove SemVer from Slick module [incubator-pekko-projection]

He-Pin commented on code in PR #112:
URL: https://github.com/apache/incubator-pekko-projection/pull/112#discussion_r1533141000


##########
build.sbt:
##########
@@ -82,7 +82,9 @@ lazy val slick =
     .settings(Defaults.itSettings)
     .settings(Dependencies.slick)
     .settings(AutomaticModuleName.settings("pekko.projection.slick"))
-    .settings(name := "pekko-projection-slick")
+    .settings(
+      name := "pekko-projection-slick",
+      versionScheme := None)

Review Comment:
   Good, but better with some common 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org