We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9395519 commit a7e0b40Copy full SHA for a7e0b40
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
strategy:
23
matrix:
24
os: [ubuntu-latest]
25
- scala: [2.12.15]
+ scala: [3.1.2]
26
java: [temurin@11]
27
runs-on: ${{ matrix.os }}
28
steps:
build.sbt
@@ -1,4 +1,4 @@
1
-scalaVersion := "3.1.2"
+ThisBuild / scalaVersion := "3.1.2"
2
3
libraryDependencies ++= Seq(
4
"org.typelevel" %% "cats-parse" % "0.3.7",
0 commit comments