scala-time
scala-time copied to clipboard
parse method not available for LocalDateTime
When importing
import org.scala_tools.time.Imports._
and using LocalDateTime.parse..., the parse method is not available. I can add this method definition to the StaticLocalDateTime.scala file for me, but it would be better to check other methods and classes in the main repository.
Thank you.