Skip to content

Commit

Permalink
upgrade scala
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Oct 21, 2023
1 parent 60891a5 commit 8883c6d
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 := "com.fasterxml.jackson.module"

ThisBuild / version := "2.16.0-SNAPSHOT"

ThisBuild / scalaVersion := "2.13.11"
ThisBuild / scalaVersion := "2.13.12"

ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.18", "2.13.11", "3.3.0")
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.18", "2.13.12", "3.3.1")

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

Expand Down

0 comments on commit 8883c6d

Please sign in to comment.