Skip to content

Commit 4300796

Browse files
committed
build(deps): Update munit from 1.3.4 to 1.3.5
1 parent b389f9a commit 4300796

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import sbt._
22

33
object Dependencies {
4-
lazy val munit = "org.scalameta" %% "munit" % "1.3.4"
4+
lazy val munit = "org.scalameta" %% "munit" % "1.3.5"
55
}

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ object Dependencies {
8181
val scopt = "com.github.scopt" % "scopt_2.12" % "4.0.0-RC2"
8282

8383
val utest = "com.lihaoyi" %% "utest" % "0.9.5"
84-
def munit = "org.scalameta" %% "munit" % "1.3.4"
84+
def munit = "org.scalameta" %% "munit" % "1.3.5"
8585
def expecty = "com.eed3si9n.expecty" %% "expecty" % "0.17.1"
8686
val pprint = "com.lihaoyi" %% "pprint" % "0.9.6"
8787
val oslib = "com.lihaoyi" %% "os-lib" % "0.11.8"

0 commit comments

Comments
 (0)