Skip to content

Commit c4084c0

Browse files
scala-steward-botxuwei-k
authored andcommitted
Update scala3-library, ... to 3.6.1
1 parent 3c3199d commit c4084c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
- run: sbt "+ exampleJVM/test" "+ exampleJS/test" "+ exampleNative/test" "+ exampleNative/nativeLink"
1919
- run: ./native/target/scala-2.13/scalaprops-cross-example
2020
- 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

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ val example = crossProject(
1010
"-language:implicitConversions",
1111
),
1212
scalaVersion := "2.13.15",
13-
crossScalaVersions += "3.5.2",
13+
crossScalaVersions += "3.6.1",
1414
name := "scalaprops-cross-example",
1515
libraryDependencies ++= Seq(
1616
"com.github.scalaprops" %%% "scalaprops" % "0.9.1" % "test"

0 commit comments

Comments
 (0)