Skip to content

Commit

Permalink
Merge pull request #557 from ScorexFoundation/fix-multiplyExact
Browse files Browse the repository at this point in the history
fix multiplyExact (java 1.8)
  • Loading branch information
catena2w authored Jun 28, 2019
2 parents a0238fb + d7c195b commit 0e75c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ val scorexUtil = "org.scorexfoundation" %% "scorex-util" % "0.1.4"
val macroCompat = "org.typelevel" %% "macro-compat" % "1.1.1"
val paradise = "org.scalamacros" %% "paradise" % "2.1.0" cross CrossVersion.full

val specialVersion = "master-61e8ec8c-SNAPSHOT"
val specialVersion = "master-5136809e-SNAPSHOT"
val specialCommon = "io.github.scalan" %% "common" % specialVersion
val specialCore = "io.github.scalan" %% "core" % specialVersion
val specialLibrary = "io.github.scalan" %% "library" % specialVersion
Expand Down

0 comments on commit 0e75c9b

Please sign in to comment.