Skip to content

Commit

Permalink
support scalameta SNAPSHOTS in scripted tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bjaglin committed Feb 11, 2024
1 parent 9ba6c51 commit 96f927a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions mdoc-sbt/src/sbt-test/sbt-mdoc/basic/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ThisBuild / scalaVersion := "2.12.18"
ThisBuild / crossScalaVersions := List("2.12.18", "2.13.12", "3.3.0", "3.3.1")
ThisBuild / resolvers += Resolver.sonatypeRepo("snapshots")

enablePlugins(MdocPlugin)
mdocJS := Some(jsapp)
Expand Down
1 change: 1 addition & 0 deletions mdoc-sbt/src/sbt-test/sbt-mdoc/extra-arguments/build.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ThisBuild / scalaVersion := "2.13.12"
ThisBuild / resolvers += Resolver.sonatypeRepo("snapshots")

enablePlugins(MdocPlugin)
1 change: 1 addition & 0 deletions mdoc-sbt/src/sbt-test/sbt-mdoc/scalajs-1.7/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ThisBuild / scalaVersion := "2.12.18"
ThisBuild / crossScalaVersions := List("2.12.18", "2.13.12", "3.0.1")
ThisBuild / resolvers += Resolver.sonatypeRepo("snapshots")

enablePlugins(MdocPlugin)
mdocJS := Some(jsapp)
Expand Down

0 comments on commit 96f927a

Please sign in to comment.