Skip to content

Commit 2038fbe

Browse files
committed
scalafmt: fix
1 parent db9c527 commit 2038fbe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/g8/Main.scala

+6
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ $else$//> using scala 2.13.15
33
$endif$
44
$if(use_scala_native.truthy)$//> using platform native
55
//> using nativeVersion 0.4.17
6+
//
67
//> using dep org.typelevel::cats-core_native0.4:2.11.0
78
//> using dep org.typelevel::kittens_native0.4:3.3.0
89
//> using dep org.typelevel::cats-parse_native0.4:1.0.0
910
//> using dep org.typelevel::cats-effect_native0.4:3.5.4
1011
//> using dep co.fs2::fs2-core_native0.4:3.11.0
12+
//
1113
//> using test.dep org.scalameta::munit_native0.4:1.0.0
1214
//> using test.dep org.typelevel::munit-cats-effect_native0.4:2.0.0
1315
//> using test.dep org.scalameta::munit-scalacheck_native0.4:1.0.0-M11
@@ -17,13 +19,16 @@ $if(use_scala_native.truthy)$//> using platform native
1719
//> using test.dep org.typelevel::cats-laws_native0.4:2.11.0
1820
//> using test.dep org.typelevel::discipline-core_native0.4:1.6.0
1921
//> using test.dep org.typelevel::discipline-munit_native0.4:2.0.0-M3
22+
//
2023
$else$//> using jvm temurin:21
24+
//
2125
//> using dep org.typelevel::cats-core:2.12.0
2226
//> using dep org.typelevel::kittens:3.4.0
2327
//> using dep org.typelevel::cats-parse:1.0.0
2428
//> using dep org.typelevel::cats-effect:3.5.4
2529
//> using dep co.fs2::fs2-core:3.11.0
2630
//> using dep io.higherkindness::droste-core:0.9.0
31+
//
2732
//> using test.dep org.scalameta::munit:1.0.1
2833
//> using test.dep org.typelevel::munit-cats-effect:2.0.0
2934
//> using test.dep org.scalameta::munit-scalacheck:1.0.0
@@ -33,6 +38,7 @@ $else$//> using jvm temurin:21
3338
//> using test.dep org.typelevel::cats-laws:2.12.0
3439
//> using test.dep org.typelevel::discipline-core:1.7.0
3540
//> using test.dep org.typelevel::discipline-munit:2.0.0
41+
//
3642
$endif$
3743
$if(use_scala_3.truthy)$import cats.effect.*
3844

0 commit comments

Comments
 (0)