Skip to content

Commit 43904ea

Browse files
committed
3.0.0-RC3
1 parent ed367bd commit 43904ea

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ 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-RC1"),
8+
crossScalaVersions := Seq("2.11.12", "2.12.12", "2.13.5", "3.0.0-RC3"),
99

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

1313
scalacOptions ++= {
14-
if (isDotty.value) Seq(
14+
if (isDotty.value) Seq(
1515
"-unchecked",
1616
"-deprecation",
1717
"-language:_",
18-
"-encoding", "UTF-8",
18+
"-encoding", "UTF-8",
1919
"-source:3.0-migration"
2020
) else Seq(
2121
"-unchecked",

project/Dependencies.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ 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.5"
19-
private val scalaTestMockitoVersion = "3.2.5.0"
18+
private val scalaTestVersion = "3.2.8"
19+
private val scalaTestMockitoVersion = "3.2.8.0"
2020
private val scalaTestSeleniumVersion_scala2 = "3.2.2.0"
21-
private val scalaTestSeleniumVersion_scala3 = "3.2.5.0"
21+
private val scalaTestSeleniumVersion_scala3 = "3.2.8.0"
2222
private val junitVersion = "4.13.1"
23-
private val munitVersion = "0.7.22"
23+
private val munitVersion = "0.7.25"
2424
private val mysqlConnectorVersion = "5.1.42"
2525
private val neo4jConnectorVersion = "4.0.0"
2626
private val oracleDriverVersion = "19.3.0.0"

project/metals.sbt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// DO NOT EDIT! This file is auto-generated.
2+
// This file enables sbt-bloop to create bloop config files.
3+
4+
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.8-19-4d9f966b")

0 commit comments

Comments
 (0)