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 · 0 comments
Open

Simple quick start not working with ce3 #1246

geny200 opened this issue Apr 19, 2024 · 0 comments

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"
  )
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

1 participant