Skip to content
Snippets Groups Projects
Unverified Commit 3523f4b6 authored by Hamza Remmal's avatar Hamza Remmal :homes:
Browse files

Add scalameter to build.sbt

parent 3fe935f3
No related branches found
No related tags found
No related merge requests found
name := "cs206-demos"
version := "0.1.2"
scalaVersion := "3.2.0"
libraryDependencies += "org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.4"
libraryDependencies ++= Seq(
("com.storm-enroute" %% "scalameter-core" % "0.21").cross(CrossVersion.for3Use2_13),
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.4",
"org.scalameta" %% "munit" % "0.7.26" % Test
)
enablePlugins(JmhPlugin)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment