diff --git a/build.sbt b/build.sbt index a83b92d8..7f806267 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ val SeleniumVersion = "4.14.1" val SeleniumHtmlunitVersion = "4.13.0" val MockitoVersion = "4.6.1" val CssParserVersion = "1.14.0" -val ScalatestVersion = "3.2.17" +val ScalatestVersion = "3.2.19" val ScalatestSeleniumVersion = ScalatestVersion + ".0" val ScalatestMockitoVersion = ScalatestVersion + ".0" @@ -47,8 +47,8 @@ lazy val mimaSettings = Seq( ) lazy val commonSettings = Seq( - scalaVersion := "2.13.14", - crossScalaVersions := Seq("2.13.14", "3.3.3"), + scalaVersion := "2.13.15", + crossScalaVersions := Seq("2.13.15", "3.3.4"), Test / parallelExecution := false, Test / testOptions += Tests.Argument(TestFrameworks.ScalaTest, "-oTK"), headerLicense := Some( diff --git a/project/build.properties b/project/build.properties index ee4c672c..0b699c30 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2