Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
cquiroz authored and rpiaggio committed Dec 23, 2024
1 parent 04450c9 commit a953174
Show file tree
Hide file tree
Showing 8 changed files with 1,072 additions and 10 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ lazy val workers = project
.settings(
libraryDependencies ++= LucumaCatalog.value ++
Http4sDom.value ++
Log4Cats.value ++
ScalaWebAppUtil.value,
Log4Cats.value,
Test / scalaJSLinkerConfig ~= {
import org.scalajs.linker.interface.OutputPatterns
_.withOutputPatterns(OutputPatterns.fromJSFile("%s.mjs"))
Expand Down
6 changes: 0 additions & 6 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -335,10 +335,4 @@ object Dependencies {
)(scalaJsReact)
)

val ScalaWebAppUtil = Def.setting(
deps(
"com.github.japgolly.webapp-util" %%% "core",
"com.github.japgolly.webapp-util" %%% "core-boopickle"
)(webAppUtil)
)
}
3 changes: 1 addition & 2 deletions project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,5 @@ object Versions {
val sbtLucuma = "0.12.4"
val scalaCollectionContrib = "0.4.0"
val scalaJsDom = "2.8.0"
val scalaJsReact = "3.0.0-beta7"
val webAppUtil = "2.0.0-RC12"
val scalaJsReact = "3.0.0-beta6"
}
Loading

0 comments on commit a953174

Please sign in to comment.