mirror of https://github.com/sbt/sbt.git
Mark tests pending
This commit is contained in:
parent
29c77f6f5f
commit
d1b6609a33
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
ThisBuild / scalaVersion := "3.0.0-M3"
|
||||
ThisBuild / scalaVersion := "3.3.4"
|
||||
|
||||
lazy val check = taskKey[Unit]("")
|
||||
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue