diff --git a/.scalafmt.conf b/.scalafmt.conf index ba897f6c..a6c54c8b 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.0.6" +version = "3.0.7" maxColumn: 120 fileOverride { "glob:**/shared/src/main/scala-3/**" { diff --git a/build.sbt b/build.sbt index f800d636..973f0e1b 100644 --- a/build.sbt +++ b/build.sbt @@ -67,7 +67,7 @@ lazy val testKit = crossProject(JVMPlatform, JSPlatform) "org.scalacheck" %%% "scalacheck" % "1.15.4", "org.scalameta" %%% "munit-scalacheck" % "0.7.29" % Test, "org.typelevel" %%% "cats-effect" % "3.2.9" % Test, - "org.typelevel" %%% "munit-cats-effect-3" % "1.0.6" % Test, + "org.typelevel" %%% "munit-cats-effect-3" % "1.0.6" % Test ) ) .jvmSettings( @@ -114,7 +114,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform) libraryDependencies ++= Seq( "org.typelevel" %%% "literally" % "1.0.2", "org.typelevel" %%% "cats-core" % "2.6.1", - "org.typelevel" %%% "cats-effect-kernel" % "3.2.9", + "org.typelevel" %%% "cats-effect-kernel" % "3.2.9" ) )