We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae7cad commit 0031673Copy full SHA for 0031673
project/Dependencies.scala
@@ -3,7 +3,7 @@ import org.portablescala.sbtplatformdeps.PlatformDepsPlugin.autoImport._
3
4
object Dependencies {
5
lazy val cats = Def.setting("org.typelevel" %%% "cats-core" % "2.13.0")
6
- lazy val munit = Def.setting("org.scalameta" %%% "munit" % "1.1.1")
+ lazy val munit = Def.setting("org.scalameta" %%% "munit" % "1.2.0")
7
lazy val munitScalacheck = Def.setting("org.scalameta" %%% "munit-scalacheck" % "1.1.0")
8
lazy val fastParse = "com.lihaoyi" %% "fastparse" % "3.1.1"
9
lazy val parsley = "org.http4s" %% "parsley" % "1.5.0-M3"
0 commit comments