Skip to content

Commit

Permalink
Merge pull request #146 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 May 13, 2024
2 parents dab179a + c86ba31 commit 1207e8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,5 +265,5 @@ jobs:
- name: Submit Dependencies
uses: scalacenter/sbt-dependency-submission@v2
with:
modules-ignore: rootjs_2.12 rootjs_2.13 rootjs_3 tests_sjs1_2.12 tests_sjs1_2.13 tests_sjs1_3 rootjvm_2.12 rootjvm_2.13 rootjvm_3 rootnative_2.12 rootnative_2.13 rootnative_3 tests_2.12 tests_2.13 tests_3 tests_native0.4_2.12 tests_native0.4_2.13 tests_native0.4_3
modules-ignore: rootjs_2.12 rootjs_2.13 rootjs_3 tests_sjs1_2.12 tests_sjs1_2.13 tests_sjs1_3 rootjvm_2.12 rootjvm_2.13 rootjvm_3 rootnative_2.12 rootnative_2.13 rootnative_3 tests_2.12 tests_2.13 tests_3 tests_native0.5_2.12 tests_native0.5_2.13 tests_native0.5_3
configs-ignore: test scala-tool scala-doc-tool test-internal
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ThisBuild / tlBaseVersion := "1.1"
ThisBuild / tlBaseVersion := "1.2"

ThisBuild / developers += tlGitHubDev("mpilquist", "Michael Pilquist")
ThisBuild / startYear := Some(2021)
Expand All @@ -18,7 +18,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform)
tlMimaPreviousVersions := tlMimaPreviousVersions.value - "1.0.3"
)
.nativeSettings(
tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "1.1.0").toMap
tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "1.2.0").toMap
)

lazy val tests = crossProject(JSPlatform, JVMPlatform, NativePlatform)
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.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.typelevel" % "sbt-typelevel" % "0.7.1")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.1")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")

0 comments on commit 1207e8a

Please sign in to comment.