Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Apr 20, 2024
1 parent 1516e0a commit 7c901fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -12,9 +12,9 @@ ThisBuild / version := "2.18.0-SNAPSHOT"

ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.19", scala213Version, "3.3.3")

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

val jacksonVersion = "2.17.0" // "2.18.0-SNAPSHOT"
val jacksonVersion = "2.18.0-SNAPSHOT"

autoAPIMappings := true

Expand Down

0 comments on commit 7c901fe

Please sign in to comment.