File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -26,17 +26,18 @@ ThisBuild / crossScalaVersions := Seq(
26
26
27
27
lazy val root = tlCrossRootProject.aggregate(lib)
28
28
29
- lazy val munitVersion = " 1.0.0"
30
- lazy val scalacheckVersion = " 1.18.0"
29
+ lazy val munitVersion = " 1.0.1"
30
+ lazy val scalacheckVersion = " 1.18.0"
31
+ lazy val munitScalacheckVersion = " 1.0.0"
31
32
32
33
lazy val lib = crossProject(JVMPlatform , JSPlatform )
33
34
.crossType(CrossType .Pure )
34
35
.in(file(" lib" ))
35
36
.settings(
36
37
name := " scalac-options" ,
37
38
libraryDependencies ++= Seq (
38
- " org.scalameta" %%% " munit" % munitVersion % Test ,
39
- " org.scalacheck" %%% " scalacheck" % scalacheckVersion % Test ,
40
- " org.scalameta" %%% " munit-scalacheck" % munitVersion % Test
39
+ " org.scalameta" %%% " munit" % munitVersion % Test ,
40
+ " org.scalacheck" %%% " scalacheck" % scalacheckVersion % Test ,
41
+ " org.scalameta" %%% " munit-scalacheck" % munitScalacheckVersion % Test
41
42
)
42
43
)
You can’t perform that action at this time.
0 commit comments