Skip to content

Commit c56eb0b

Browse files
committed
scala 3.0.0
1 parent a2f4643 commit c56eb0b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ lazy val compileScalastyle = taskKey[Unit]("compileScalastyle")
55

66
val commonSettings = Seq(
77
scalaVersion in ThisBuild := "2.12.12",
8-
crossScalaVersions := Seq("2.11.12", "2.12.12", "2.13.5", "3.0.0-RC3"),
8+
crossScalaVersions := Seq("2.11.12", "2.12.12", "2.13.5", "3.0.0"),
99

1010
parallelExecution in ThisBuild := false,
1111
fork := true,

project/Dependencies.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ object Dependencies {
1515
private val testcontainersVersion = "1.15.2"
1616
private val seleniumVersion = "2.53.1"
1717
private val slf4jVersion = "1.7.25"
18-
private val scalaTestVersion = "3.2.8"
19-
private val scalaTestMockitoVersion = "3.2.8.0"
18+
private val scalaTestVersion = "3.2.9"
19+
private val scalaTestMockitoVersion = "3.2.9.0"
2020
private val scalaTestSeleniumVersion_scala2 = "3.2.2.0"
21-
private val scalaTestSeleniumVersion_scala3 = "3.2.8.0"
21+
private val scalaTestSeleniumVersion_scala3 = "3.2.9.0"
2222
private val junitVersion = "4.13.1"
2323
private val munitVersion = "0.7.25"
2424
private val mysqlConnectorVersion = "5.1.42"

project/Plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3")
22
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
33
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.7")
44
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
5-
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.3")
5+
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.5")

0 commit comments

Comments
 (0)