Skip to content

Commit 716f94c

Browse files
authored
Merge pull request #113 from jozanek/update-dependencies
Update scala and scorex-util.
2 parents 92edb6e + 91e6b4a commit 716f94c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

benchmarks/src/main/scala/scorex.benchmarks/Base16Benchmark.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import org.openjdk.jmh.profile.GCProfiler
66
import org.openjdk.jmh.runner.options.OptionsBuilder
77
import org.openjdk.jmh.runner.{Runner, RunnerException}
88
import scorex.benchmarks.Base16Benchmark.BenchmarkState
9-
import scorex.crypto.encode.Base16
9+
import scorex.util.encode.Base16
1010

1111
import scala.util.Random
1212

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ organization := "org.scorexfoundation"
66

77
lazy val scala211 = "2.11.12"
88
lazy val scala212 = "2.12.20"
9-
lazy val scala213 = "2.13.13"
9+
lazy val scala213 = "2.13.16"
1010
lazy val scala3 = "3.3.5"
1111
lazy val scalatestVersion = "3.2.19"
1212

@@ -36,7 +36,7 @@ lazy val commonSettings = Seq(
3636
),
3737
libraryDependencies ++= {
3838
val base = Seq(
39-
("org.scorexfoundation" %%% "scorex-util" % "0.2.1").cross(CrossVersion.for3Use2_13),
39+
"org.scorexfoundation" %%% "scorex-util" % "0.2.2",
4040
"org.scalatest" %%% "scalatest" % scalatestVersion % Test,
4141
"org.scalatest" %%% "scalatest-propspec" % scalatestVersion % Test,
4242
"org.scalatest" %%% "scalatest-shouldmatchers" % scalatestVersion % Test,

0 commit comments

Comments
 (0)