Skip to content
#

sbt

Here are 1,374 public repositories matching this topic...

jackkoenig
jackkoenig commented Mar 15, 2022

steps

I have reproduced the bug with both sbt 1.6.2 and 1.6.0, but no problem with sbt 1.5.8.

To reproduce, just take any SBT project using SBT 1.6 and try to compile with Scala 2.12.4, eg.

sbt new scala/scala-seed.g8
# cd into directory and change Scala version to 2.12.4
sbt compile

Note that the issue does not show up with Scala versions 2.12.2, 2.12.3, nor 2.12.5.

Improve this page

Add a description, image, and links to the sbt topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sbt topic, visit your repo's landing page and select "manage topics."

Learn more