Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Aug 16, 2023
1 parent 4750398 commit 21cb0f9
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 @@ -8,9 +8,9 @@ organization := "tools.jackson.module"

ThisBuild / version := "3.0.0-SNAPSHOT"

ThisBuild / scalaVersion := "2.13.10"
ThisBuild / scalaVersion := "2.13.11"

ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.17", "2.13.10", "3.3.0")
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.18", "2.13.11", "3.3.0")

sonatypeCredentialHost := "s01.oss.sonatype.org"
sonatypeRepository := "s01.oss.sonatype.org"
Expand Down

0 comments on commit 21cb0f9

Please sign in to comment.