Skip to content

Commit

Permalink
core-serializers2: fix Scala 2.11 compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
aslesarenko committed Sep 20, 2023
1 parent 42541ac commit 731409f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import sigmastate.Values.{Constant, EvaluatedValue, SValue, SigmaPropConstant}
import sigmastate.crypto.DiffieHellmanTupleProverInput
import sigmastate.eval.CSigmaDslBuilder
import sigmastate.serialization.{ErgoTreeSerializer, SigmaSerializer, ValueSerializer}
import sigmastate.utils.Helpers._ // required for Scala 2.11

import java.lang.{Boolean => JBoolean, Byte => JByte, Integer => JInt, Long => JLong, Short => JShort, String => JString}
import java.math.BigInteger
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import sigmastate.eval.Extensions._
import sigmastate.eval._
import sigmastate.interpreter.{ContextExtension, ProverResult}
import sigmastate.serialization.{ErgoTreeSerializer, ValueSerializer}
import sigmastate.utils.Helpers._ // required for Scala 2.11

import java.math.BigInteger
import scala.collection.mutable
Expand Down

0 comments on commit 731409f

Please sign in to comment.