virtualeconomy / v-systems

V Systems Reference Full Node
Other
115 stars 45 forks source link

Fix version and depdency issue #312

Closed ChihayaK closed 2 years ago

ChihayaK commented 2 years ago

PR Details

The typesafe repo no longer provide sevices and they seemed migraged to the "scala-sbt.org". Potentaily because the bintray has stopped its services. The current latest release had is "0.4.1". However in the build.sbt file the version is still 0.4.1. This will casues potential issue when building the docker image of vsystem. This pr fixes the both issues.

Description

See above.

Related Issue

Issue #311

Motivation and Context

To be able to build the docker vsystem image.

How Has This Been Tested

When try to run the sbt packageAll. It seems that it will had issue with the typesafe repo.

Types of changes

Checklist