mirror of
https://github.com/lichess-org/scalachess.git
synced 2026-05-26 13:50:54 +00:00
Merge branch 'master' into update/munit-scalacheck-1.3.0
This commit is contained in:
@@ -12,7 +12,7 @@ inThisBuild(
|
||||
)
|
||||
)
|
||||
|
||||
val scalalibVersion = "11.10.3"
|
||||
val scalalibVersion = "11.10.4"
|
||||
|
||||
val commonSettings = Seq(
|
||||
scalacOptions := Seq(
|
||||
@@ -88,10 +88,10 @@ lazy val testKit = project
|
||||
"org.typelevel" %% "literally" % "1.2.0",
|
||||
"org.scalameta" %% "munit" % "1.3.0" % Test,
|
||||
"org.scalameta" %% "munit-scalacheck" % "1.3.0" % Test,
|
||||
"org.typelevel" %% "weaver-cats" % "0.11.3" % Test,
|
||||
"org.typelevel" %% "weaver-scalacheck" % "0.11.3" % Test,
|
||||
"co.fs2" %% "fs2-core" % "3.12.2" % Test,
|
||||
"co.fs2" %% "fs2-io" % "3.12.2" % Test,
|
||||
"org.typelevel" %% "weaver-cats" % "0.12.0" % Test,
|
||||
"org.typelevel" %% "weaver-scalacheck" % "0.12.0" % Test,
|
||||
"co.fs2" %% "fs2-core" % "3.13.0" % Test,
|
||||
"co.fs2" %% "fs2-io" % "3.13.0" % Test,
|
||||
"org.typelevel" %% "discipline-munit" % "2.0.0" % Test,
|
||||
"org.typelevel" %% "cats-laws" % "2.13.0" % Test,
|
||||
"com.siriusxm" %% "snapshot4s-munit" % snapshot4sVersion % Test
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.6")
|
||||
|
||||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
|
||||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.0")
|
||||
|
||||
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user