Skip to content

Commit f38684f

Browse files
committed
this makes it easier to test outside of dbuild
otherwise with `++2.13.0-pre-....` it tries to find that exact version of scalajs-stubs which of course doesn't exist unless dbuild built it
1 parent 99e30c5 commit f38684f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ lazy val utest = crossProject(JSPlatform, JVMPlatform, NativePlatform)
6464
.jvmSettings(
6565
libraryDependencies ++= Seq(
6666
"org.scala-sbt" % "test-interface" % "1.0",
67-
"org.scala-js" %% "scalajs-stubs" % scalaJSVersion % "provided"
67+
"org.scala-js" % "scalajs-stubs_2.13.0-M2" % scalaJSVersion % "provided"
6868
),
6969
resolvers += Resolver.sonatypeRepo("snapshots")
7070
)

0 commit comments

Comments
 (0)