Skip to content

Commit

Permalink
test with jackson snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Oct 7, 2023
1 parent d2e8685 commit 284a93c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ ThisBuild / scalaVersion := "2.13.10"

ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.17", "2.13.10", "3.2.2")

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

val jacksonVersion = "2.15.2"
val jacksonVersion = "2.15.3-SNAPSHOT"

autoAPIMappings := true

Expand Down

0 comments on commit 284a93c

Please sign in to comment.