sbt / sbt-validator

Builds sbt 1.0.x against recent versions of the sbt modules
3 stars 9 forks source link

bump scala verstion to 2.13.0-M5 #34

Closed andreaTP closed 5 years ago

andreaTP commented 5 years ago

Currently nightly build of sbt are broken because of io module.

The root cause is:

sbt.librarymanagement.ResolveException: unresolved dependency: org.scalatest#scalatest_2.13.0-M4;3.0.6-SNAP3: not found

scalatest is published in SNAP2 for M4 and in SNAP3 for M5 so dbuild fails in compiling io with scala 2.13.

The way to go ahead IMO is to bump here the version of scala and fix whatever else get broken.