Skip to content

Commit

Permalink
Merge pull request #1359 from scalacenter/update/jquery-3.7.1
Browse files Browse the repository at this point in the history
Update jquery to 3.7.1
  • Loading branch information
adpi2 authored Mar 4, 2024
2 parents 0784f4a + d58fcff commit a23fa83
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 @@ -174,7 +174,7 @@ lazy val server = project
"org.webjars.npm" % "date-fns" % "2.30.0",
"org.webjars.npm" % "chartjs-adapter-date-fns" % "3.0.0",
"org.webjars" % "font-awesome" % "6.5.1",
"org.webjars" % "jquery" % "3.6.4",
"org.webjars" % "jquery" % "3.7.1",
"org.webjars.bower" % "select2" % "4.0.13"
),
Compile / unmanagedResourceDirectories += (Assets / WebKeys.public).value,
Expand Down

0 comments on commit a23fa83

Please sign in to comment.