diff --git a/build.sbt b/build.sbt index 60491c9..4a957ec 100644 --- a/build.sbt +++ b/build.sbt @@ -3,3 +3,7 @@ version := "0.1" scalaVersion := "2.12.7" + + +libraryDependencies += "org.scalactic" %% "scalactic" % "3.0.+" +libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.+" % "test" \ No newline at end of file diff --git a/build.sbt b/build.sbt index 60491c9..4a957ec 100644 --- a/build.sbt +++ b/build.sbt @@ -3,3 +3,7 @@ version := "0.1" scalaVersion := "2.12.7" + + +libraryDependencies += "org.scalactic" %% "scalactic" % "3.0.+" +libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.+" % "test" \ No newline at end of file diff --git a/project/build.properties b/project/build.properties index 44fcb4a..ea58cf0 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.1.2 \ No newline at end of file +sbt.version = 1.1.+ diff --git a/build.sbt b/build.sbt index 60491c9..4a957ec 100644 --- a/build.sbt +++ b/build.sbt @@ -3,3 +3,7 @@ version := "0.1" scalaVersion := "2.12.7" + + +libraryDependencies += "org.scalactic" %% "scalactic" % "3.0.+" +libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.+" % "test" \ No newline at end of file diff --git a/project/build.properties b/project/build.properties index 44fcb4a..ea58cf0 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.1.2 \ No newline at end of file +sbt.version = 1.1.+ diff --git a/project/plugins.sbt b/project/plugins.sbt new file mode 100644 index 0000000..6612baf --- /dev/null +++ b/project/plugins.sbt @@ -0,0 +1 @@ +addSbtPlugin("com.artima.supersafe" % "sbtplugin" % "1.1.+") diff --git a/build.sbt b/build.sbt index 60491c9..4a957ec 100644 --- a/build.sbt +++ b/build.sbt @@ -3,3 +3,7 @@ version := "0.1" scalaVersion := "2.12.7" + + +libraryDependencies += "org.scalactic" %% "scalactic" % "3.0.+" +libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.+" % "test" \ No newline at end of file diff --git a/project/build.properties b/project/build.properties index 44fcb4a..ea58cf0 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.1.2 \ No newline at end of file +sbt.version = 1.1.+ diff --git a/project/plugins.sbt b/project/plugins.sbt new file mode 100644 index 0000000..6612baf --- /dev/null +++ b/project/plugins.sbt @@ -0,0 +1 @@ +addSbtPlugin("com.artima.supersafe" % "sbtplugin" % "1.1.+") diff --git a/src/test/scala/OneBackBenchmark.scala b/src/test/scala/OneBackBenchmark.scala new file mode 100644 index 0000000..71bdb0c --- /dev/null +++ b/src/test/scala/OneBackBenchmark.scala @@ -0,0 +1,3 @@ +class OneBackBenchmark { + +} diff --git a/build.sbt b/build.sbt index 60491c9..4a957ec 100644 --- a/build.sbt +++ b/build.sbt @@ -3,3 +3,7 @@ version := "0.1" scalaVersion := "2.12.7" + + +libraryDependencies += "org.scalactic" %% "scalactic" % "3.0.+" +libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.+" % "test" \ No newline at end of file diff --git a/project/build.properties b/project/build.properties index 44fcb4a..ea58cf0 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.1.2 \ No newline at end of file +sbt.version = 1.1.+ diff --git a/project/plugins.sbt b/project/plugins.sbt new file mode 100644 index 0000000..6612baf --- /dev/null +++ b/project/plugins.sbt @@ -0,0 +1 @@ +addSbtPlugin("com.artima.supersafe" % "sbtplugin" % "1.1.+") diff --git a/src/test/scala/OneBackBenchmark.scala b/src/test/scala/OneBackBenchmark.scala new file mode 100644 index 0000000..71bdb0c --- /dev/null +++ b/src/test/scala/OneBackBenchmark.scala @@ -0,0 +1,3 @@ +class OneBackBenchmark { + +} diff --git a/src/test/scala/TwoBackBenchmark.scala b/src/test/scala/TwoBackBenchmark.scala new file mode 100644 index 0000000..eb557fe --- /dev/null +++ b/src/test/scala/TwoBackBenchmark.scala @@ -0,0 +1,3 @@ +class TwoBackBenchmark { + +}