Skip to content

Commit

Permalink
Merge pull request #3129 from majk-p/master
Browse files Browse the repository at this point in the history
restore cross-build for refined on js platform
  • Loading branch information
adamw authored Aug 22, 2023
2 parents 0c19269 + 642368a commit ad7edb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ lazy val refined: ProjectMatrix = (projectMatrix in file("integrations/refined")
)
.jvmPlatform(scalaVersions = scala2And3Versions)
.jsPlatform(
scalaVersions = List(scala3),
scalaVersions = scala2And3Versions,
settings = commonJsSettings ++ Seq(
libraryDependencies ++= Seq(
"io.github.cquiroz" %%% "scala-java-time" % Versions.jsScalaJavaTime % Test
Expand Down

0 comments on commit ad7edb9

Please sign in to comment.