Skip to content

Commit 21cb0f9

Browse files
committed
Update build.sbt
1 parent 4750398 commit 21cb0f9

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 := "tools.jackson.module"
88

99
ThisBuild / version := "3.0.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
sonatypeCredentialHost := "s01.oss.sonatype.org"
1616
sonatypeRepository := "s01.oss.sonatype.org"

0 commit comments

Comments
 (0)