Skip to content

Commit 1dd915d

Browse files
committed
Scala lang and depencencies version bump
1 parent f17b9f4 commit 1dd915d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/g8/Main.scala

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$if(use_scala_3.truthy)$//> using scala 3.6.2
2-
$else$//> using scala 2.13.15
1+
$if(use_scala_3.truthy)$//> using scala 3.6.3
2+
$else$//> using scala 2.13.16
33
$endif$
44
$if(use_scala_native.truthy)$//> using platform native
55
//> using nativeVersion 0.4.17
@@ -31,11 +31,11 @@ $else$//> using jvm temurin:21
3131
//
3232
//> using test.dep org.scalameta::munit:1.0.3
3333
//> using test.dep org.typelevel::munit-cats-effect:2.0.0
34-
//> using test.dep org.scalameta::munit-scalacheck:1.0.0
34+
//> using test.dep org.scalameta::munit-scalacheck:1.1.0
3535
//> using test.dep org.scalacheck::scalacheck:1.18.1
3636
//> using test.dep org.typelevel::scalacheck-effect-munit:1.0.4
3737
//> using test.dep org.typelevel::cats-effect-testkit:3.5.7
38-
//> using test.dep org.typelevel::cats-laws:2.12.0
38+
//> using test.dep org.typelevel::cats-laws:2.13.0
3939
//> using test.dep org.typelevel::discipline-core:1.7.0
4040
//> using test.dep org.typelevel::discipline-munit:2.0.0
4141
//

0 commit comments

Comments
 (0)