Skip to content

Commit

Permalink
[build] Update scala-native to 0.5.2
Browse files Browse the repository at this point in the history
Disable the native cross-compiling for the time example,
since scala-java-time doesn't have a scala-native 0.5 release yet
  • Loading branch information
rayrobdod committed May 30, 2024
1 parent 93a021d commit aeae8e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -207,15 +207,6 @@ lazy val time = (projectMatrix in file("TimeParser"))
) ++
sharedJsSettings,
)
.nativePlatform(scalaVersions = Seq(
scala212Ver,
scala213Ver,
scala3Ver,
),
libraryDependencies ++= Seq(
"io.github.cquiroz" %%% "scala-java-time" % "2.5.0",
),
)

lazy val uri = (projectMatrix in file("UriParser"))
.dependsOn(base)
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
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.2")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.1")

0 comments on commit aeae8e3

Please sign in to comment.