Skip to content

Commit e390a3c

Browse files
committed
Scala 2.12.5, 2.1.0
1 parent 902adc4 commit e390a3c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ name := "scrypto"
44

55
lazy val commonSettings = Seq(
66
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"),
1010
licenses := Seq("CC0" -> url("https://creativecommons.org/publicdomain/zero/1.0/legalcode")),
1111
homepage := Some(url("https://github.com/input-output-hk/scrypto")),
1212
pomExtra :=

lock.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ dependencyOverrides in ThisBuild ++= Seq(
88
"org.slf4j" % "slf4j-api" % "1.7.25",
99
"org.whispersystems" % "curve25519-java" % "0.4.1"
1010
)
11-
// LIBRARY_DEPENDENCIES_HASH b54aaba63c6ee7692d053c04769974f7ce543a2b
11+
// LIBRARY_DEPENDENCIES_HASH 813cdd12c0b61f7040320e02931d624ba91b5bd6

0 commit comments

Comments
 (0)