Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/OSGi.scala
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ object OSGi {
"!scala.util.parsing.*",
scalaImport(scalaVersion),
"*")
def pekkoImport(packageName: String = "org.apache.pekko.*") = versionedImport(packageName, "1.1", "1.2")
def pekkoImport(packageName: String = "org.apache.pekko.*") = versionedImport(packageName, "2", "2.1")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2.0, 2.1 might be better

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

btw, I'm not sure if we should still keep osgi in 2.0.0, at least Akka dropped it and seems no much complain.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#705 - but let's assume that that is not agreed yet

def configImport(packageName: String = "com.typesafe.config.*") = versionedImport(packageName, "1.4.0", "1.5.0")
def scalaImport(version: String) = {
val packageName = "scala.*"
Expand Down
Loading