Skip to content

Commit

Permalink
Update munit to 0.7.27 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
poslegm authored Jul 4, 2021
1 parent 66d2a66 commit 0e9d3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbt._

object Dependencies {
private val munitVersion = "0.7.26"
private val munitVersion = "0.7.27"
private val zioVersion = "1.0.9"

lazy val munit = "org.scalameta" %% "munit" % munitVersion
Expand Down

0 comments on commit 0e9d3b1

Please sign in to comment.