Coder Social home page Coder Social logo

Comments (3)

kurtkopchik avatar kurtkopchik commented on September 27, 2024 1

The official update with this fix has been released:
addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.12")

Thanks again for reporting it. Closing this out as resolved for now. Looking forward to any PR's you may submit!

from sbt-docker-compose.

kurtkopchik avatar kurtkopchik commented on September 27, 2024

Hi @vil1, I have not tested sbt-docker-compose with coursier before so thanks for submitting the issue!

testDependenciesClasspath is an overridable Task so as a workaround with the current version of the plugin could change the Task to additionally return "org.scalatest" if you know for sure that scalatest is on the classpath.

However, the better solution is to allow the plugin to also support the path naming convention that coursier uses so that the existence check for scalatest will work as intended. I've released an 1.0.12-SNAPSHOT version with a fix for this:

addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.12-SNAPSHOT")

Let me know if it works for you and I'll put out an official release with the changes.

from sbt-docker-compose.

vil1 avatar vil1 commented on September 27, 2024

Hi @kurtkopchik, thanks for that swift reaction !

It seems to work as expected with this new regex-based check. In the meantime, I was pondering a solution using libraryDependencies.value, I may issue a PR during the week-end.

Cheers

from sbt-docker-compose.

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.