Skip to content

Commit

Permalink
remove unused lucuma-react dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rpiaggio committed Dec 24, 2024
1 parent 8bcb49a commit b2b73ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
)
.jsSettings(
libraryDependencies ++= {
Settings.Libraries.ScalaJSReact.value ++
Settings.Libraries.LucumaReact.value
Settings.Libraries.ScalaJSReact.value
}
)

Expand Down
7 changes: 0 additions & 7 deletions project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ object Settings {
val disciplineMUnit = "2.0.0"
val fs2 = "3.11.0"
val log4Cats = "2.7.0"
val lucumaReact = "0.73.2"
val monocle = "3.3.0"
val mUnit = "1.0.3"
val mUnitScalacheck = "1.0.0"
Expand Down Expand Up @@ -97,12 +96,6 @@ object Settings {
)
)

val LucumaReact = Def.setting(
Seq[ModuleID](
"edu.gemini" %%% "lucuma-react-common" % lucumaReact
)
)

val ScalaCheck = Def.setting(
Seq[ModuleID](
"org.scalacheck" %%% "scalacheck" % scalaCheck
Expand Down

0 comments on commit b2b73ca

Please sign in to comment.