Skip to content

Commit

Permalink
Update scala-reflect to 2.13.14 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 7, 2024
1 parent 3096309 commit 7b5814c
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 @@ -73,7 +73,7 @@ lazy val formidable = project
) ++
(if (isScala3.value) Seq("com.softwaremill.magnolia1_3" %%% "magnolia" % "1.3.6")
else
Seq("com.softwaremill.magnolia1_2" %%% "magnolia" % "1.1.9", "org.scala-lang" % "scala-reflect" % "2.13.13")),
Seq("com.softwaremill.magnolia1_2" %%% "magnolia" % "1.1.9", "org.scala-lang" % "scala-reflect" % "2.13.14")),
Compile / npmDependencies ++= readJsDependencies(baseDirectory.value, "dependencies"),
Compile / npmDevDependencies ++= readJsDependencies(baseDirectory.value, "devDependencies"),
useYarn := true, // Makes scalajs-bundler use yarn instead of npm
Expand Down

0 comments on commit 7b5814c

Please sign in to comment.