Skip to content

Commit 49cf19d

Browse files
authored
2.17 build
1 parent 85cc3d6 commit 49cf19d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ name := "jackson-module-scala"
66

77
organization := "com.fasterxml.jackson.module"
88

9+
ThisBuild / version := "2.17.0-SNAPSHOT"
910
ThisBuild / scalaVersion := "2.13.12"
1011

1112
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.18", "2.13.12", "3.3.1")
1213

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

15-
val jacksonVersion = "2.16.0"
16+
val jacksonVersion = "2.17.0-SNAPSHOT"
1617

1718
autoAPIMappings := true
1819

0 commit comments

Comments
 (0)