From 2bd82996ad37fa702cf26a6d2d477eec7bc3e502 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 20 Oct 2021 22:45:15 +0200 Subject: [PATCH] Reformat with scalafmt 3.0.7 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" ) )