You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, there was a problem after upgrading the version sbt 0.13.5 to 0.13.15 and sbt-native-packager 0.8.0-M1 to 1.0.1. Now IntelJ Idea cannot resolve symbol packageMapping.
In the version sbt-native-packager 0.8.0-M1, the packageMapping method was in com.typesafe.sbt.packager.linux.LinuxPlugin. This method is now in com.typesafe.sbt.packager.linux.LinuxMappingDSL and cannot be imported.
Please, help!
The text was updated successfully, but these errors were encountered:
With 1.x we updated to auto plugins. If you write scala code you need to import the methods explicitly you want to call. In *.sbt files these are available through the autoImport sbt magic.
Hello, there was a problem after upgrading the version sbt 0.13.5 to 0.13.15 and sbt-native-packager 0.8.0-M1 to 1.0.1. Now IntelJ Idea cannot resolve symbol packageMapping.
In the version sbt-native-packager 0.8.0-M1, the packageMapping method was in com.typesafe.sbt.packager.linux.LinuxPlugin. This method is now in com.typesafe.sbt.packager.linux.LinuxMappingDSL and cannot be imported.
Please, help!
The text was updated successfully, but these errors were encountered: