Skip to content

Commit 939c746

Browse files
committed
Upgraded cats-effects module to scala 3
1 parent c884c81 commit 939c746

File tree

16 files changed

+8
-8
lines changed

16 files changed

+8
-8
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@ lazy val scala3_lang_collections =
486486
lazy val cats_effects = (project in file("cats-effects"))
487487
.settings(
488488
name := "cats-effects",
489+
scalaVersion := scala3Version,
489490
libraryDependencies += catsEffect,
490491
libraryDependencies += "org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % Test,
491492
libraryDependencies ++= scalaTestDeps,

0 commit comments

Comments
 (0)