Skip to content

Commit c142ec3

Browse files
authored
Merge pull request #805 from scala-steward/update/nscplugin-0.5.1
Update nscplugin, sbt-scala-native to 0.5.1
2 parents 6fa2a84 + ab18d3c commit c142ec3

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
@@ -58,7 +58,7 @@ val root = project.in(file(".")).settings(
5858
)
5959
aggregateProjects(core.jvm, core.native, sbtplugin, functionalTests)
6060

61-
val munit = Def.setting("org.scalameta" %%% "munit" % "1.0.0-M11")
61+
val munit = Def.setting("org.scalameta" %%% "munit" % "1.0.0-M12")
6262

6363
val core = crossProject(JVMPlatform, NativePlatform).crossType(CrossType.Pure).settings(
6464
name := "mima-core",

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
1616
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
1717

1818
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
19-
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
19+
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.1")

0 commit comments

Comments
 (0)