Skip to content

Commit a33507d

Browse files
scala-steward-botxuwei-k
authored andcommitted
Update scala3-library, ... to 3.7.1
1 parent 00b633d commit a33507d

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
@@ -19,5 +19,5 @@ jobs:
1919
- run: sbt "+ exampleJVM/test" "+ exampleJS/test" "+ exampleNative/test" "+ exampleNative/nativeLink"
2020
- run: ./native/target/scala-2.13/scalaprops-cross-example
2121
- 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

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.16",
13-
crossScalaVersions += "3.7.0",
13+
crossScalaVersions += "3.7.1",
1414
name := "scalaprops-cross-example",
1515
libraryDependencies ++= Seq(
1616
"com.github.scalaprops" %%% "scalaprops" % "0.10.0" % "test"

0 commit comments

Comments
 (0)