Skip to content

Commit

Permalink
Reformat with scalafmt 3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 20, 2021
1 parent 8b74e10 commit 2bd8299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -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"
)
)

Expand Down

0 comments on commit 2bd8299

Please sign in to comment.