Skip to content

Commit

Permalink
2.19.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Sep 28, 2024
1 parent 992295e commit a574f61
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ ThisBuild / scalaVersion := scala213Version

ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.20", scala213Version, "3.3.4")

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

val jacksonCoreVersion = "2.18.0"
version := "2.19.0-SNAPSHOT"
val jacksonCoreVersion = "2.19.0-SNAPSHOT"
val jacksonNonCoreVersion = jacksonCoreVersion

autoAPIMappings := true
Expand Down

0 comments on commit a574f61

Please sign in to comment.