Skip to content

Commit

Permalink
test with scala 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Dec 14, 2024
1 parent ae04d9f commit 0c1a5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ organization := "com.fasterxml.jackson.module"
val scala213Version = "2.13.15"
ThisBuild / scalaVersion := scala213Version

ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.20", scala213Version, "3.3.4")
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.20", scala213Version, "3.6.2")

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

Expand Down

0 comments on commit 0c1a5bb

Please sign in to comment.