File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ val AkkaVersion = "2.8.5"
15
15
val AkkaHttpVersion = " 10.5.0"
16
16
17
17
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
22
22
)
23
23
24
24
val scalaMock = " org.scalamock" %% " scalamock" % " 6.0.0" % Test
@@ -639,7 +639,7 @@ lazy val zio = (project in file("zio"))
639
639
libraryDependencies += " dev.zio" %% " zio-kafka" % " 2.7.5" ,
640
640
libraryDependencies += zioJsonDep,
641
641
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 ,
643
643
testFrameworks += new TestFramework (" zio.test.sbt.ZTestFramework" )
644
644
)
645
645
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ enablePlugins(ScalaJSPlugin)
7
7
8
8
scalaJSUseMainModuleInitializer := true
9
9
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
11
11
12
12
// enable the below setting after installing npm package jsdom.
13
13
jsEnv := new org.scalajs.jsenv.jsdomnodejs.JSDOMNodeJSEnv ()
Original file line number Diff line number Diff line change 22
22
<dependency >
23
23
<groupId >org.scalatest</groupId >
24
24
<artifactId >scalatest_3</artifactId >
25
- <version >3.2.18 </version >
25
+ <version >3.2.19 </version >
26
26
<scope >test</scope >
27
27
</dependency >
28
28
</dependencies >
Original file line number Diff line number Diff line change 24
24
<dependency >
25
25
<groupId >org.scalatest</groupId >
26
26
<artifactId >scalatest_3</artifactId >
27
- <version >3.2.18 </version >
27
+ <version >3.2.19 </version >
28
28
</dependency >
29
29
</dependencies >
30
30
</dependencyManagement >
You can’t perform that action at this time.
0 commit comments