kounoike / gitbucket-heatmap-plugin

Display your GitBucket contribution as heatmap graph
6 stars 2 forks source link

Incorrect Scala Version? #4

Open jellykells opened 5 years ago

jellykells commented 5 years ago

Line 5 of "build.sbt" is scalaVersion := "2.12.12" but as far as I can tell this version of Scala does not exist. 2.12.8 is the latest stable version I can find, while 2.13.0 is the latest release candidate.

jellykells commented 5 years ago

The plugin successfully compiles using Scala 2.12.8 after changing Line 5 to scalaVersion := "2.12.8"