File tree 2 files changed +8
-0
lines changed 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -655,6 +655,13 @@ build += {
655
655
extra.exclude: ["sbtplugin"]
656
656
}
657
657
658
+ ${vars.base} {
659
+ name: "mouse"
660
+ uri: ${vars.uris.mouse-uri}
661
+ extra.sbt-version: ${vars.sbt-1-version}
662
+ extra.projects: ["crossJVM"] // no Scala.js please
663
+ }
664
+
658
665
// forked (January 2018) to remove a couple of failing tests; ticket
659
666
// is https://github.com/etorreborre/specs2/issues/622. note we are
660
667
// using the 3.x branch, even though specs2 4.0 has been out for a while
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ vars.uris: {
71
71
minitest-uri: "https://github.com/monix/minitest.git"
72
72
monix-uri: "https://github.com/monix/monix.git"
73
73
monocle-uri: "https://github.com/julien-truffaut/Monocle.git"
74
+ mouse-uri: "https://github.com/typelevel/mouse.git"
74
75
nscala-time-uri: "https://github.com/nscala-time/nscala-time.git"
75
76
nyaya-uri: "https://github.com/japgolly/nyaya.git"
76
77
paiges-uri: "https://github.com/typelevel/paiges.git"
You can’t perform that action at this time.
0 commit comments