Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 45cfefb

Browse files
Update munit to 0.7.27 (#269)
* Update munit to 0.7.27 * Update scalajs to 1.6 Co-authored-by: ghostbuster91 <[email protected]>
1 parent 289989a commit 45cfefb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ lazy val munit = (projectMatrix in file("munit"))
124124
.settings(
125125
name := "diffx-munit",
126126
libraryDependencies ++= Seq(
127-
"org.scalameta" %%% "munit" % "0.7.26"
127+
"org.scalameta" %%% "munit" % "0.7.27"
128128
),
129129
testFrameworks += new TestFramework("munit.Framework")
130130
)

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-common" % "
22
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-publish" % "2.0.7")
33
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-extra" % "2.0.7")
44

5-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.5.1")
5+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.6.0")
66
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.8.0")
77
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.22")
88

0 commit comments

Comments
 (0)