Skip to content

method in in trait ScopingSetting is deprecated (since 1.5.0) #122

@DaniRey

Description

@DaniRey
[info] loading project definition from ScalaWebTest\project
ScalaWebTest\build.sbt:76: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
publishArtifact in(Compile, packageBin) := false,
^
ScalaWebTest\build.sbt:77: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
publishArtifact in(Compile, packageDoc) := false,
^
ScalaWebTest\build.sbt:78: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
publishArtifact in(Compile, packageSrc) := false)
^
ScalaWebTest\build.sbt:123: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
.settings(containerPort in Jetty := 9090)
^

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions