Skip to content
Snippets Groups Projects
Commit 3c86c99d authored by Clément Pit-Claudel's avatar Clément Pit-Claudel
Browse files

build: Remove unused dependency

parent a9c088f8
No related branches found
No related tags found
No related merge requests found
...@@ -22,11 +22,9 @@ lazy val webappLib = crossProject(JSPlatform, JVMPlatform).in(file(".")) ...@@ -22,11 +22,9 @@ lazy val webappLib = crossProject(JSPlatform, JVMPlatform).in(file("."))
"com.lihaoyi" %% "ujson" % ujsonVersion, "com.lihaoyi" %% "ujson" % ujsonVersion,
"org.scala-js" %%% "scalajs-dom" % scalajsVersion, "org.scala-js" %%% "scalajs-dom" % scalajsVersion,
"com.lihaoyi" %%% "scalatags" % scalatagsVersion, "com.lihaoyi" %%% "scalatags" % scalatagsVersion,
), ),
).jvmSettings( ).jvmSettings(
libraryDependencies ++= Seq( libraryDependencies ++= Seq(
"org.java-websocket" % "Java-WebSocket" % webSocketVersion,
"com.lihaoyi" %% "cask" % caskVersion, "com.lihaoyi" %% "cask" % caskVersion,
"org.slf4j" % "slf4j-nop" % slf4jVersion, "org.slf4j" % "slf4j-nop" % slf4jVersion,
"org.reflections" % "reflections" % reflectionsVersion, "org.reflections" % "reflections" % reflectionsVersion,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment