Skip to content

Commit

Permalink
2.17 build
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Nov 18, 2023
1 parent 85cc3d6 commit 49cf19d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ name := "jackson-module-scala"

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

ThisBuild / version := "2.17.0-SNAPSHOT"
ThisBuild / scalaVersion := "2.13.12"

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

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

val jacksonVersion = "2.16.0"
val jacksonVersion = "2.17.0-SNAPSHOT"

autoAPIMappings := true

Expand Down

0 comments on commit 49cf19d

Please sign in to comment.