Skip to content

Commit

Permalink
Update nscplugin, sbt-scala-native to 0.5.5 (#679)
Browse files Browse the repository at this point in the history
* Update nscplugin, sbt-scala-native to 0.5.5

* Update cats and shapeless

---------

Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com>
Co-authored-by: Georgi Krastev <joro.kr.21@gmail.com>
  • Loading branch information
typelevel-steward[bot] and joroKr21 authored Aug 21, 2024
1 parent ec55f7e commit e6df9f7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
5 changes: 3 additions & 2 deletions .jvmopts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
-Xms2048m
-Xmx2048m
-Xms1g
-Xmx2g
-Xss2m
13 changes: 6 additions & 7 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ val scala3 = "3.3.3"

ThisBuild / crossScalaVersions := Seq(scala212, scala213, scala3)
ThisBuild / scalaVersion := scala3
ThisBuild / tlBaseVersion := "3.3"
ThisBuild / tlBaseVersion := "3.4"
ThisBuild / organization := "org.typelevel"

val catsVersion = "2.11.0"
val catsVersion = "2.12.0"
val munitVersion = "1.0.0"
val disciplineMunitVersion = "2.0.0-M3"
val disciplineMunitVersion = "2.0.0"
val kindProjectorVersion = "0.13.3"
val shapeless2Version = "2.3.11"
val shapeless3Version = "3.4.1"
val shapeless2Version = "2.3.12"
val shapeless3Version = "3.4.3"

lazy val commonSettings = Seq(
scalacOptions ++= Seq(
Expand Down Expand Up @@ -60,8 +60,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.crossType(CrossType.Pure)
.settings(moduleName := "kittens")
.settings(commonSettings *)
.jsSettings(tlVersionIntroduced := List("2.12", "2.13").map(_ -> "2.1.0").toMap)
.nativeSettings(tlVersionIntroduced := List("2.12", "2.13").map(_ -> "2.2.2").toMap)
.nativeSettings(tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "3.4.0").toMap)

lazy val coreJVM = core.jvm
lazy val coreJS = core.js
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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.5")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2")
Expand Down

0 comments on commit e6df9f7

Please sign in to comment.