Skip to content

Commit da9c960

Browse files
authored
Merge pull request #2864 from scalacenter/update/munit-1.2.2
build(deps): Update munit from 1.2.1 to 1.2.2
2 parents 4d002dc + 29f1b53 commit da9c960

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
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.2.1"
4+
lazy val munit = "org.scalameta" %% "munit" % "1.2.2"
55
}

project/Dependencies.scala

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

8282
val utest = "com.lihaoyi" %% "utest" % "0.8.9"
83-
def munit = "org.scalameta" %% "munit" % "1.2.1"
83+
def munit = "org.scalameta" %% "munit" % "1.2.2"
8484
def expecty = "com.eed3si9n.expecty" %% "expecty" % "0.17.1"
8585
val pprint = "com.lihaoyi" %% "pprint" % "0.9.6"
8686
val oslib = "com.lihaoyi" %% "os-lib" % "0.11.7"

0 commit comments

Comments
 (0)