Skip to content

Commit

Permalink
bump munit
Browse files Browse the repository at this point in the history
  • Loading branch information
jcouyang committed Oct 19, 2020
1 parent f5c372b commit 4186166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ lazy val root = (project in file("."))
"com.twitter" %% "finagle-http" % FinagleVersion,
"org.http4s" %% "http4s-dsl" % Http4sVersion % Test,
).map(_.withDottyCompat(scalaVersion.value)) ++ Seq(
"org.scalameta" %% "munit" % "0.7.9" % Test,
"org.scalameta" %% "munit-scalacheck" % "0.7.9" % Test,
"org.scalameta" %% "munit" % "0.7.14" % Test,
"org.scalameta" %% "munit-scalacheck" % "0.7.14" % Test,
),
testFrameworks += new TestFramework("munit.Framework"),
Compile / scalacOptions ++= (scalaVersion.value match {
Expand Down

0 comments on commit 4186166

Please # to comment.