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 18
18
- run : sbt "+ exampleJVM/test" "+ exampleJS/test" "+ exampleNative/test" "+ exampleNative/nativeLink"
19
19
- run : ./native/target/scala-2.13/scalaprops-cross-example
20
20
- run : ./native/target/scala-2.13/scalaprops-cross-example-test
21
- - run : ./native/target/scala-3.5.2 /scalaprops-cross-example
22
- - run : ./native/target/scala-3.5.2 /scalaprops-cross-example-test
21
+ - run : ./native/target/scala-3.6.1 /scalaprops-cross-example
22
+ - run : ./native/target/scala-3.6.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.15" ,
13
- crossScalaVersions += " 3.5.2 " ,
13
+ crossScalaVersions += " 3.6.1 " ,
14
14
name := " scalaprops-cross-example" ,
15
15
libraryDependencies ++= Seq (
16
16
" com.github.scalaprops" %%% " scalaprops" % " 0.9.1" % " test"
You can’t perform that action at this time.
0 commit comments