79489379

Date: 2025-03-06 12:40:12
Score: 1.5
Natty:
Report link

SBT (due to using Coursier since 1.3.x) will by default hold on to the old cached snapshot for 24 hours. You will need to set COURSIER_TTL=0s (as per SBT docs: https://www.scala-sbt.org/release/docs/Dependency-Management-Flow.html#Notes+on+SNAPSHOTs):

export COURSIER_TTL=0s
sbt update # <- this will now always lookup for changes
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: bruceoutdoors