Mark tests pending

This commit is contained in:
Eugene Yokota 2024-11-14 22:49:46 -05:00
parent 29c77f6f5f
commit d1b6609a33
7 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
autoScalaLibrary := false
scalaVersion := "3.0.0-M2"
scalaVersion := "3.3.4"
libraryDependencies += "com.chuusai" % "shapeless_2.13" % "2.3.3"
val checkScalaLibrary = TaskKey[Unit]("checkScalaLibrary")

View File

@ -1,4 +1,4 @@
ThisBuild / scalaVersion := "3.0.0-M3"
ThisBuild / scalaVersion := "3.3.4"
lazy val check = taskKey[Unit]("")

View File

@ -1,4 +1,4 @@
scalaVersion := "3.0.0-M2"
scalaVersion := "3.3.4"
val makeHome = taskKey[Unit]("Populates the 'home/lib' directory with Scala jars from the default ScalaInstance")