Skip to content

Commit 4fc0bd5

Browse files
committed
Update build.sbt
1 parent 0271f04 commit 4fc0bd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ organization := "com.fasterxml.jackson.module"
88

99
ThisBuild / version := "2.16.0-SNAPSHOT"
1010

11-
ThisBuild / scalaVersion := "2.13.10"
11+
ThisBuild / scalaVersion := "2.13.11"
1212

13-
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.17", "2.13.10", "3.3.0")
13+
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.18", "2.13.11", "3.3.0")
1414

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

0 commit comments

Comments
 (0)