Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple quick start not working with ce3 #1246

Open
geny200 opened this issue Apr 19, 2024 · 1 comment
Open

Simple quick start not working with ce3 #1246

geny200 opened this issue Apr 19, 2024 · 1 comment

Comments

@geny200
Copy link
Contributor

geny200 commented Apr 19, 2024

In readme:

# Quick Start

## see [the docs on the microsite](https://tofu-tf.github.io/tofu)

## see the [examples in the `examples` directory](https://github.com/tofu-tf/tofu/tree/master/examples)

To use the whole utils pack just add to your `build.sbt`: 

\```scala
libraryDependencies += "tf.tofu" %% "tofu" % "latest version in badge"
\```

Of course, you can also specify an exact list of `tofu` modules that you want to add to your dependencies (used in place
of `"tofu"`):

But project with build.sbt like this not working:

ThisBuild / version := "0.1.0-SNAPSHOT"

ThisBuild / scalaVersion := "2.13.13"

lazy val root = (project in file("."))
  .settings(
    name := "temp",
    libraryDependencies += "org.typelevel" %% "cats-effect" % "3.5.4",
    libraryDependencies += "tf.tofu" %% "tofu" % "0.12.1"
  )
@bio-aeon
Copy link

bio-aeon commented Dec 30, 2024

Looks like in newer versions (checked with 0.13.6) there is a different problem - "all at once" installation from docs like "tf.tofu" %% "tofu" % tofu-version stopped working completely, it just doesn't bring any dependent modules.
I guess it happened after this change in the Scala3/kernel+core commit.

@Grryum @dos65 Could you please give some details, was removing of dependsOn part accidental or intentional?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants