diff --git a/build.sbt b/build.sbt index 7202ee6..b2d0d9e 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges val commonSettings = Seq( libraryDependencies ++= Seq( - "org.typelevel" %% "cats-core" % "2.10.0", + "org.typelevel" %% "cats-core" % "2.10.0", "org.typelevel" %% "cats-effect" % "3.5.2", "org.scalameta" %% "munit" % "0.7.29" % Test, "org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % Test,