Skip to content

Commit

Permalink
build the project twice, for each scalajs version
Browse files Browse the repository at this point in the history
  • Loading branch information
busti committed Jun 24, 2020
1 parent b2a6dae commit 3463f8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .jitpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
jdk:
- oraclejdk8
before_install:
- wget http://central.maven.org/maven2/org/scala-sbt/sbt-launch/1.2.8/sbt-launch-1.2.8.jar
- wget -q https://repo.maven.apache.org/maven2/org/scala-sbt/sbt-launch/1.2.8/sbt-launch-1.2.8.jar
install:
- java -jar sbt-launch-1.2.8.jar +publishM2
- SCALAJS_VERSION="1.1.0" java -jar sbt-launch-1.2.8.jar +publishM2
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ lazy val flatland = crossProject(JSPlatform, JVMPlatform).crossType(CrossType.Pu
version := "master-SNAPSHOT",
libraryDependencies ++= (
"org.scalatest" %%% "scalatest" % "3.1.1" % Test ::
"org.scalatestplus" %%% "scalatestplus-scalacheck" % "3.1.0.0-RC2" % Test ::
"org.scalatestplus" %%% "scalacheck-1-14" % "3.2.0.0" % Test ::
"org.scalacheck" %%% "scalacheck" % "1.14.3" % Test ::
Nil
),
Expand All @@ -74,7 +74,7 @@ lazy val bench = crossProject(JSPlatform, JVMPlatform).crossType(CrossType.Pure)
.settings(
version := "0.1.0",
libraryDependencies ++=
"com.github.fdietze.bench" %%% "bench" % "87f4b74" ::
"com.github.fdietze.bench" %%% "bench" % "2960c8c" ::
Nil,

scalacOptions ++= {
Expand Down

0 comments on commit 3463f8f

Please sign in to comment.