I am using classicthesis with the MWE below.
When I compile locally, section numbers are not showing, but are included in the Table of Contents.
However, compiling with Overleaf does show the section numbers, both in the ToC and in the document.
So I think this is an issue with the version/compiler I am using to compile locally (pdflatex on Ubuntu-16.04).
How can I check which version of classicthesis is being called locally by pdflatex? And if it is out of date, how can I update it?
\documentclass{scrbook}
\usepackage[parts,pdfspacing]{classicthesis}
\begin{document}
\tableofcontents
\chapter{First chapter}
\section{First section}
Hello, world
\section{Second section}
\end{document}
Here is an image of how it looks when compiled locally:

Thanks.
titlesecbug! You should really upgrade your TeX system. – egreg Nov 18 '20 at 18:04