Code Monkey home page Code Monkey logo

Comments (5)

matthewfarwell avatar matthewfarwell commented on June 22, 2024

Should be fixed by commit 42d4e4a. WIll be part of 0.6.0.

from scalastyle-sbt-plugin.

code-rhino avatar code-rhino commented on June 22, 2024

Is there a SBT repository that will work with 2.11?

from scalastyle-sbt-plugin.

matthewfarwell avatar matthewfarwell commented on June 22, 2024

There should be. What is your problem? Are you having problems - if you are then could provide a small project which doesn't work. Thanks.

from scalastyle-sbt-plugin.

agenovese avatar agenovese commented on June 22, 2024

Hello, not sure if this is the same issue that code-rhino is referencing, but I am unable to use the scalastyle sbt plugin with a scala 2.11 project. The error is an unresolved dependency.

The url I would have expected to find the plugin at is https://oss.sonatype.org/content/repositories/releases/org/scalastyle/scalastyle-sbt-plugin_2.11_0.13/0.6.0/scalastyle-sbt-plugin-0.6.0.pom

the test project is just a build.sbt file as follows:

name := "testScalaStyle"

version := "1.0"

scalaVersion := "2.11.1"

resolvers ++= Seq(
"sonatype-releases" at "https://oss.sonatype.org/content/repositories/releases/"
)

addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.6.0")

from scalastyle-sbt-plugin.

matthewfarwell avatar matthewfarwell commented on June 22, 2024

You need to put the addSbtPlugin into project/plugins.sbt, not directly in build.sbt.

project/plugins.sbt contains the dependencies of the build, whereas build.sbt contains the dependencies of your code.

from scalastyle-sbt-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.