Skip to content

Commit 4999aed

Browse files
committed
Bump Scala Native, less mem for JVM
1 parent dae79bf commit 4999aed

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.jvmopts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-Xmx4g
1+
-Xmx2g
22
-Xss4m
33
-XX:MaxMetaspaceSize=1g
44
-XX:ReservedCodeCacheSize=512m

build.sbt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
157157
}.taskValue,
158158
libraryDependencies ++= Seq(
159159
"io.github.cquiroz" %%% "scala-java-locales" % scalajavaLocalesVersion
160-
),
161-
Test / loadedTestFrameworks := Map.empty // workaround
160+
)
162161
)
163162

164163
lazy val tzdb = crossProject(JVMPlatform, JSPlatform, NativePlatform)
@@ -254,6 +253,5 @@ lazy val demo = crossProject(JSPlatform, JVMPlatform, NativePlatform)
254253
tzdbPlatform := TzdbPlugin.Platform.Jvm
255254
)
256255
.nativeSettings(
257-
tzdbPlatform := TzdbPlugin.Platform.Native,
258-
Test / loadedTestFrameworks := Map.empty // workaround
256+
tzdbPlatform := TzdbPlugin.Platform.Native
259257
)

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.17")
88

99
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.2.0")
1010

11-
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.10")
11+
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.11")

0 commit comments

Comments
 (0)