Skip to content

Commit

Permalink
Merge pull request #330 from scala-steward/update/scalafmt-core-3.0.7
Browse files Browse the repository at this point in the history
Update scalafmt-core to 3.0.7
  • Loading branch information
mpilquist authored Oct 22, 2021
2 parents 98c5826 + 2bd8299 commit 36dab64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.0.6"
version = "3.0.7"
maxColumn: 120
fileOverride {
"glob:**/shared/src/main/scala-3/**" {
Expand Down
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 36dab64

Please sign in to comment.