Skip to content

Commit aeae8e3

Browse files
committed
[build] Update scala-native to 0.5.2
Disable the native cross-compiling for the time example, since scala-java-time doesn't have a scala-native 0.5 release yet
1 parent 93a021d commit aeae8e3

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

build.sbt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -207,15 +207,6 @@ lazy val time = (projectMatrix in file("TimeParser"))
207207
) ++
208208
sharedJsSettings,
209209
)
210-
.nativePlatform(scalaVersions = Seq(
211-
scala212Ver,
212-
scala213Ver,
213-
scala3Ver,
214-
),
215-
libraryDependencies ++= Seq(
216-
"io.github.cquiroz" %%% "scala-java-time" % "2.5.0",
217-
),
218-
)
219210

220211
lazy val uri = (projectMatrix in file("UriParser"))
221212
.dependsOn(base)

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
44
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.0")
55
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
66
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
7-
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
7+
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.2")
88
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.1")

0 commit comments

Comments
 (0)