Skip to content

Commit 88c7ba4

Browse files
committed
Merge remote-tracking branches 'scalasteward/update/munit-1.2.1' and 'scalasteward/update/auxlib-0.5.9'
3 parents 515cae2 + bc91274 + bb1d652 commit 88c7ba4

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
@@ -22,7 +22,7 @@ lazy val sharedSettings = Seq(
2222
),
2323
autoAPIMappings := true,
2424
libraryDependencies += {
25-
"org.scalameta" %%% "munit" % "1.2.0" % Test,
25+
"org.scalameta" %%% "munit" % "1.2.1" % Test,
2626
},
2727
tpolecatScalacOptions ++= {
2828
import org.typelevel.scalacoptions.ScalaVersion.V3_0_0

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ addSbtPlugin("com.eed3si9n.ifdef" % "sbt-ifdef" % "0.4.1")
44
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
55
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
66
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")
7-
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.8")
7+
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.9")
88
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")

0 commit comments

Comments
 (0)