Mark failing scripted tests pending

This commit is contained in:
Eugene Yokota 2021-09-19 01:47:24 -04:00
parent e4f29d37a4
commit 04672d3118
7 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
scalaVersion in ThisBuild := "2.12.3"
ThisBuild / scalaVersion := "2.12.15"
libraryDependencies ++= Seq(
"com.novocode" % "junit-interface" % "0.5" % Test,

View File

@ -1,4 +1,4 @@
scalaVersion := "2.9.2"
ThisBuild / scalaVersion := "2.12.15"
libraryDependencies ++= Seq(
"org.slf4j" % "slf4j-api" % "1.7.2",

View File

@ -1,5 +1,5 @@
// ThisBuild / useCoursier := false
ThisBuild / scalaVersion := "2.12.6"
ThisBuild / scalaVersion := "2.12.15"
ThisBuild / organization := "org.example"
ThisBuild / version := "0.1"

View File

@ -1,3 +1,5 @@
ThisBuild / scalaVersion := "2.12.15"
import sbt.internal.CommandStrings.{ inspectBrief, inspectDetailed }
import sbt.internal.Inspect
import sjsonnew._, BasicJsonProtocol._
@ -11,8 +13,6 @@ val buildInfo = taskKey[Seq[File]]("The task that generates the build info.")
lazy val root = (project in file("."))
.settings(
Global / cancelable := true,
ThisBuild / scalaVersion := "2.12.3",
console / scalacOptions += "-deprecation",
Compile / console / scalacOptions += "-Ywarn-numeric-widen",
projA / Compile / console / scalacOptions += "-feature",