Skip to content

Commit

Permalink
feat: scala-native 0.5.x / scalacheck 1.18.0
Browse files Browse the repository at this point in the history
Bumps scalacheck to 1.18.0 to obtain support
for scala-native 0.5.x

Also bumps jsVersion to 1.16.0 because that's
what scalacheck 1.18.0 is compiled against.
  • Loading branch information
MartinHH committed Apr 20, 2024
1 parent c595b1a commit be1ff46
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions project.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
//> using platform "jvm", "scala-js", "native"
//> using jvm "8"

//> using dep "org.scalacheck::scalacheck::1.17.0"
//> using test.dep "org.scalameta::munit::1.0.0-M10"
//> using test.dep "org.scalameta::munit-scalacheck::1.0.0-M10"
//> using dep "org.scalacheck::scalacheck::1.18.0"
//> using test.dep "org.scalameta::munit::1.0.0-M12"
//> using test.dep "org.scalameta::munit-scalacheck::1.0.0-M12"

//> using option "-Xfatal-warnings"
//> using option "-Wunused:all"
//> using test.option "-Wunused:imports"

//> using jsVersion "1.13.2"
//> using nativeVersion "0.4.15"
//> using jsVersion "1.16.0"
//> using nativeVersion "0.5.1"

//> using publish.organization "io.github.martinhh"
//> using publish.name "scalacheck-derived"
Expand Down

0 comments on commit be1ff46

Please sign in to comment.