Skip to content

Commit

Permalink
Fix #6
Browse files Browse the repository at this point in the history
  • Loading branch information
Atry committed Jan 23, 2017
1 parent b405743 commit efdcd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -18,7 +18,7 @@ crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.1")
lazy val fastring = crossProject in file(".")

lazy val fastringJS = fastring.js.addSbtFiles(file("../shared/build.sbt.shared"))
lazy val fastringJVM = fastring.js.addSbtFiles(file("../shared/build.sbt.shared"))
lazy val fastringJVM = fastring.jvm.addSbtFiles(file("../shared/build.sbt.shared"))

lazy val benchmark = project.dependsOn(fastringJVM)

Expand Down

1 comment on commit efdcd39

@slandelle
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:)

Please sign in to comment.