File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ name := "scrypto"
4
4
5
5
lazy val commonSettings = Seq (
6
6
organization := " org.scorexfoundation" ,
7
- version := " 2.1.0-SNAPSHOT " ,
8
- scalaVersion := " 2.12.4 " ,
9
- crossScalaVersions := Seq (" 2.11.11" , " 2.12.4 " ),
7
+ version := " 2.1.0" ,
8
+ scalaVersion := " 2.12.5 " ,
9
+ crossScalaVersions := Seq (" 2.11.11" , " 2.12.5 " ),
10
10
licenses := Seq (" CC0" -> url(" https://creativecommons.org/publicdomain/zero/1.0/legalcode" )),
11
11
homepage := Some (url(" https://github.com/input-output-hk/scrypto" )),
12
12
pomExtra :=
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ dependencyOverrides in ThisBuild ++= Seq(
8
8
" org.slf4j" % " slf4j-api" % " 1.7.25" ,
9
9
" org.whispersystems" % " curve25519-java" % " 0.4.1"
10
10
)
11
- // LIBRARY_DEPENDENCIES_HASH b54aaba63c6ee7692d053c04769974f7ce543a2b
11
+ // LIBRARY_DEPENDENCIES_HASH 813cdd12c0b61f7040320e02931d624ba91b5bd6
You can’t perform that action at this time.
0 commit comments