File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
benchmarks/src/main/scala/scorex.benchmarks Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import org.openjdk.jmh.profile.GCProfiler
6
6
import org .openjdk .jmh .runner .options .OptionsBuilder
7
7
import org .openjdk .jmh .runner .{Runner , RunnerException }
8
8
import scorex .benchmarks .Base16Benchmark .BenchmarkState
9
- import scorex .crypto .encode .Base16
9
+ import scorex .util .encode .Base16
10
10
11
11
import scala .util .Random
12
12
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ organization := "org.scorexfoundation"
6
6
7
7
lazy val scala211 = " 2.11.12"
8
8
lazy val scala212 = " 2.12.20"
9
- lazy val scala213 = " 2.13.13 "
9
+ lazy val scala213 = " 2.13.16 "
10
10
lazy val scala3 = " 3.3.5"
11
11
lazy val scalatestVersion = " 3.2.19"
12
12
@@ -36,7 +36,7 @@ lazy val commonSettings = Seq(
36
36
),
37
37
libraryDependencies ++= {
38
38
val base = Seq (
39
- ( " org.scorexfoundation" %%% " scorex-util" % " 0.2.1 " ).cross( CrossVersion .for3Use2_13) ,
39
+ " org.scorexfoundation" %%% " scorex-util" % " 0.2.2 " ,
40
40
" org.scalatest" %%% " scalatest" % scalatestVersion % Test ,
41
41
" org.scalatest" %%% " scalatest-propspec" % scalatestVersion % Test ,
42
42
" org.scalatest" %%% " scalatest-shouldmatchers" % scalatestVersion % Test ,
You can’t perform that action at this time.
0 commit comments