Skip to content

Commit a7e0b40

Browse files
committed
updated ci
1 parent 9395519 commit a7e0b40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest]
25-
scala: [2.12.15]
25+
scala: [3.1.2]
2626
java: [temurin@11]
2727
runs-on: ${{ matrix.os }}
2828
steps:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
scalaVersion := "3.1.2"
1+
ThisBuild / scalaVersion := "3.1.2"
22

33
libraryDependencies ++= Seq(
44
"org.typelevel" %% "cats-parse" % "0.3.7",

0 commit comments

Comments
 (0)