File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
- run : sbt "+ exampleJVM/test" "+ exampleJS/test" "+ exampleNative/test" "+ exampleNative/nativeLink"
20
20
- run : ./native/target/scala-2.13/scalaprops-cross-example
21
21
- run : ./native/target/scala-2.13/scalaprops-cross-example-test
22
- - run : ./native/target/scala-3.7.0 /scalaprops-cross-example
23
- - run : ./native/target/scala-3.7.0 /scalaprops-cross-example-test
22
+ - run : ./native/target/scala-3.7.1 /scalaprops-cross-example
23
+ - run : ./native/target/scala-3.7.1 /scalaprops-cross-example-test
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ val example = crossProject(
10
10
" -language:implicitConversions" ,
11
11
),
12
12
scalaVersion := " 2.13.16" ,
13
- crossScalaVersions += " 3.7.0 " ,
13
+ crossScalaVersions += " 3.7.1 " ,
14
14
name := " scalaprops-cross-example" ,
15
15
libraryDependencies ++= Seq (
16
16
" com.github.scalaprops" %%% " scalaprops" % " 0.10.0" % " test"
You can’t perform that action at this time.
0 commit comments