Skip to content

Commit 0c1a5bb

Browse files
committed
test with scala 3.6
1 parent ae04d9f commit 0c1a5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ organization := "com.fasterxml.jackson.module"
99
val scala213Version = "2.13.15"
1010
ThisBuild / scalaVersion := scala213Version
1111

12-
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.20", scala213Version, "3.3.4")
12+
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.20", scala213Version, "3.6.2")
1313

1414
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
1515

0 commit comments

Comments
 (0)