Skip to content

Commit 57379d1

Browse files
authored
Merge pull request #1049 from typelevel/update/nscplugin-0.5.1
Update nscplugin, sbt-scala-native to 0.5.1
2 parents 828a8e1 + f951d48 commit 57379d1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

build.sbt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ ThisBuild / githubWorkflowAddedJobs ++= Seq(
5454
)
5555
)
5656

57-
ThisBuild / tlBaseVersion := "1.17"
57+
ThisBuild / tlBaseVersion := "1.18"
5858
ThisBuild / tlMimaPreviousVersions ++= Set(
5959
// manually added because tags are not v-prefixed
6060
"1.14.0",
@@ -109,8 +109,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
109109
libraryDependencies ++= Seq(
110110
"org.scala-native" %%% "test-interface" % nativeVersion
111111
),
112-
tlVersionIntroduced ++=
113-
List("2.12", "2.13").map(_ -> "1.15.2").toMap ++ Map("3" -> "1.16.0")
112+
tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "1.18.0").toMap
114113
)
115114

116115
lazy val bench = project.in(file("bench"))

project/plugin.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
2-
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
2+
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.1")
33
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
44
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.7")

0 commit comments

Comments
 (0)