Skip to content

Commit

Permalink
remove version hardcode
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Oct 21, 2023
1 parent f362af7 commit 21524f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ name := "jackson-module-scala"

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

ThisBuild / version := "2.16.0-SNAPSHOT"

ThisBuild / scalaVersion := "2.13.12"

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

0 comments on commit 21524f2

Please sign in to comment.