Skip to content

Commit

Permalink
Merge pull request #1049 from typelevel/update/nscplugin-0.5.1
Browse files Browse the repository at this point in the history
Update nscplugin, sbt-scala-native to 0.5.1
  • Loading branch information
mpilquist authored Apr 17, 2024
2 parents 828a8e1 + f951d48 commit 57379d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ThisBuild / githubWorkflowAddedJobs ++= Seq(
)
)

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

lazy val bench = project.in(file("bench"))
Expand Down
2 changes: 1 addition & 1 deletion project/plugin.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.1")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.7")

0 comments on commit 57379d1

Please sign in to comment.