akka / akka-quickstart-scala.g8

A minimal seed template for an Akka with Scala build
https://developer.lightbend.com/guides/akka-quickstart-scala/index.html
Other
56 stars 40 forks source link

Update sbt version to 1.3.6 #42

Closed gavinbaumanis closed 3 years ago

gavinbaumanis commented 4 years ago

The current readme shows

sbt -Dsbt.version=0.13.17 new akka/akka-quickstart-scala.g8

and the build.properties, has;

sbt.version=1.1.6

These two versions are not the same and a lagging behind the latest release, 1.3.6

gavinbaumanis commented 4 years ago

I have created a PR for this.

raboof commented 3 years ago

fixed with #43