Skip to content

Commit

Permalink
scala-native 0.5 (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Aug 21, 2024
1 parent 602dd45 commit 59221b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
- name: Submit Dependencies
uses: scalacenter/sbt-dependency-submission@v2
with:
modules-ignore: rootjs_3 docs_3 rootjvm_3 rootnative_3 shapeless3-local_native0.4_3 shapeless3-local_sjs1_3 shapeless3-local_3
modules-ignore: rootjs_3 docs_3 rootjvm_3 rootnative_3 shapeless3-local_native0.5_3 shapeless3-local_sjs1_3 shapeless3-local_3
configs-ignore: test scala-tool scala-doc-tool test-internal

site:
Expand Down
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ val jsSettings = Def.settings(
)

val nativeSettings = Def.settings(
mimaPreviousArtifacts := Set.empty, // TODO re-enable
tlVersionIntroduced := Map("3" -> "3.1.0")
)

Expand Down Expand Up @@ -64,7 +65,7 @@ lazy val deriving = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.settings(commonSettings)
.jsEnablePlugins(ScalaJSJUnitPlugin)
.nativeEnablePlugins(ScalaNativeJUnitPlugin)
.settings(libraryDependencies += "org.typelevel" %%% "cats-core" % "2.11.0" % "test")
.settings(libraryDependencies += "org.typelevel" %%% "cats-core" % "2.12.0" % "test")
.settings(
mimaBinaryIssueFilters ++= Seq(
// Those are objects:
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.7.2")
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.2")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.2")
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.4")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

0 comments on commit 59221b2

Please sign in to comment.