We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a23792 commit fc79cd7Copy full SHA for fc79cd7
build.sbt
@@ -3,8 +3,8 @@ import com.scalapenos.sbt.prompt._
3
import Dependencies._
4
import microsites.ExtraMdFileConfig
5
6
-ThisBuild / scalaVersion := "2.13.16"
7
-ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.16", "3.3.6")
+ThisBuild / scalaVersion := "2.13.17"
+ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.17", "3.3.6")
8
ThisBuild / evictionErrorLevel := Level.Info
9
ThisBuild / mimaBaseVersion := "2.0.0"
10
Test / parallelExecution := false
@@ -29,7 +29,6 @@ ThisBuild / developers := List(
29
)
30
31
32
-
33
Global / onChangedBuildSource := ReloadOnSourceChanges
34
35
def pred[A](p: Boolean, t: => Seq[A], f: => Seq[A]): Seq[A] =
0 commit comments