Skip to content

Commit 0e75c9b

Browse files
authored
Merge pull request #557 from ScorexFoundation/fix-multiplyExact
fix multiplyExact (java 1.8)
2 parents a0238fb + d7c195b commit 0e75c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ val scorexUtil = "org.scorexfoundation" %% "scorex-util" % "0.1.4"
7777
val macroCompat = "org.typelevel" %% "macro-compat" % "1.1.1"
7878
val paradise = "org.scalamacros" %% "paradise" % "2.1.0" cross CrossVersion.full
7979

80-
val specialVersion = "master-61e8ec8c-SNAPSHOT"
80+
val specialVersion = "master-5136809e-SNAPSHOT"
8181
val specialCommon = "io.github.scalan" %% "common" % specialVersion
8282
val specialCore = "io.github.scalan" %% "core" % specialVersion
8383
val specialLibrary = "io.github.scalan" %% "library" % specialVersion

0 commit comments

Comments
 (0)