Skip to content

Commit

Permalink
scalafmt: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
horothesun committed Oct 8, 2024
1 parent db9c527 commit 2038fbe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/g8/Main.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ $else$//> using scala 2.13.15
$endif$
$if(use_scala_native.truthy)$//> using platform native
//> using nativeVersion 0.4.17
//
//> using dep org.typelevel::cats-core_native0.4:2.11.0
//> using dep org.typelevel::kittens_native0.4:3.3.0
//> using dep org.typelevel::cats-parse_native0.4:1.0.0
//> using dep org.typelevel::cats-effect_native0.4:3.5.4
//> using dep co.fs2::fs2-core_native0.4:3.11.0
//
//> using test.dep org.scalameta::munit_native0.4:1.0.0
//> using test.dep org.typelevel::munit-cats-effect_native0.4:2.0.0
//> using test.dep org.scalameta::munit-scalacheck_native0.4:1.0.0-M11
Expand All @@ -17,13 +19,16 @@ $if(use_scala_native.truthy)$//> using platform native
//> using test.dep org.typelevel::cats-laws_native0.4:2.11.0
//> using test.dep org.typelevel::discipline-core_native0.4:1.6.0
//> using test.dep org.typelevel::discipline-munit_native0.4:2.0.0-M3
//
$else$//> using jvm temurin:21
//
//> using dep org.typelevel::cats-core:2.12.0
//> using dep org.typelevel::kittens:3.4.0
//> using dep org.typelevel::cats-parse:1.0.0
//> using dep org.typelevel::cats-effect:3.5.4
//> using dep co.fs2::fs2-core:3.11.0
//> using dep io.higherkindness::droste-core:0.9.0
//
//> using test.dep org.scalameta::munit:1.0.1
//> using test.dep org.typelevel::munit-cats-effect:2.0.0
//> using test.dep org.scalameta::munit-scalacheck:1.0.0
Expand All @@ -33,6 +38,7 @@ $else$//> using jvm temurin:21
//> using test.dep org.typelevel::cats-laws:2.12.0
//> using test.dep org.typelevel::discipline-core:1.7.0
//> using test.dep org.typelevel::discipline-munit:2.0.0
//
$endif$
$if(use_scala_3.truthy)$import cats.effect.*

Expand Down

0 comments on commit 2038fbe

Please # to comment.