Skip to content

Commit

Permalink
Add support Scala 3 for module observable
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman-Statsura committed May 8, 2024
1 parent 50599da commit 53667c6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -292,11 +292,12 @@ lazy val observable = projectMatrix
.in(util / "observable")
.settings(
defaultSettings,
scala3MigratedModuleOptions,
libraryDependencies ++= Vector(monix, catsEffect2),
libraryDependencies += scalatest,
name := "tofu-observable",
)
.jvmPlatform(scala2Versions)
.jvmPlatform(scalaVersions = scala2And3Versions)

lazy val config = projectMatrix
.in(util / "config")
Expand Down Expand Up @@ -344,7 +345,7 @@ lazy val zio2Core = projectMatrix
libraryDependencies ++= List(zio2, zio2Cats),
name := "tofu-zio2-core"
)
.jvmPlatform(scala2Versions)
.jvmPlatform(scalaVersions = scala2And3Versions)
.dependsOn(coreCE3)

lazy val zio1Logging = projectMatrix
Expand Down

0 comments on commit 53667c6

Please sign in to comment.