Skip to content

Commit ea2dc12

Browse files
authored
Merge pull request #1422 from Baeldung/update/scalatest-3.2.19
Update scalatest, scalatest-flatspec, ... from 3.2.18 to 3.2.19
2 parents 5d3e84d + 898c31f commit ea2dc12

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

build.sbt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ val AkkaVersion = "2.8.5"
1515
val AkkaHttpVersion = "10.5.0"
1616

1717
val scalaTestDeps = Seq(
18-
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
19-
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.18" % Test,
20-
"org.scalatest" %% "scalatest-wordspec" % "3.2.18" % Test,
21-
"org.scalatest" %% "scalatest-flatspec" % "3.2.18" % Test
18+
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
19+
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.19" % Test,
20+
"org.scalatest" %% "scalatest-wordspec" % "3.2.19" % Test,
21+
"org.scalatest" %% "scalatest-flatspec" % "3.2.19" % Test
2222
)
2323

2424
val scalaMock = "org.scalamock" %% "scalamock" % "6.0.0" % Test
@@ -639,7 +639,7 @@ lazy val zio = (project in file("zio"))
639639
libraryDependencies += "dev.zio" %% "zio-kafka" % "2.7.5",
640640
libraryDependencies += zioJsonDep,
641641
libraryDependencies += "dev.zio" %% "zio-prelude" % "1.0.0-RC23",
642-
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.18" % Test,
642+
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test,
643643
testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework")
644644
)
645645

scala-js/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ enablePlugins(ScalaJSPlugin)
77

88
scalaJSUseMainModuleInitializer := true
99
libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "2.8.0"
10-
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.18" % Test
10+
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.19" % Test
1111

1212
//enable the below setting after installing npm package jsdom.
1313
jsEnv := new org.scalajs.jsenv.jsdomnodejs.JSDOMNodeJSEnv()

scala-with-maven/hello-world/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>org.scalatest</groupId>
2424
<artifactId>scalatest_3</artifactId>
25-
<version>3.2.18</version>
25+
<version>3.2.19</version>
2626
<scope>test</scope>
2727
</dependency>
2828
</dependencies>

scala-with-maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>org.scalatest</groupId>
2626
<artifactId>scalatest_3</artifactId>
27-
<version>3.2.18</version>
27+
<version>3.2.19</version>
2828
</dependency>
2929
</dependencies>
3030
</dependencyManagement>

0 commit comments

Comments
 (0)