Skip to content

Commit

Permalink
set snapshot version
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Mar 21, 2024
1 parent 0f65eed commit 1516e0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Expand Up @@ -8,12 +8,13 @@ organization := "com.fasterxml.jackson.module"

val scala213Version = "2.13.13"
ThisBuild / scalaVersion := scala213Version
ThisBuild / version := "2.18.0-SNAPSHOT"

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

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

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

autoAPIMappings := true

Expand Down

0 comments on commit 1516e0a

Please sign in to comment.