Skip to content

Commit 3e1f34b

Browse files
committed
Formatting
1 parent f187711 commit 3e1f34b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
4545
"org.typelevel" %%% "cats-effect-testkit" % "3.6.1" % Test,
4646
"co.fs2" %%% "fs2-core" % "3.12.0",
4747
"org.typelevel" %%% "munit-cats-effect" % "2.1.0" % Test,
48-
"org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2" % Test,
48+
"org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2" % Test
4949
)
5050
)
5151

0 commit comments

Comments
 (0)