Skip to content

Commit

Permalink
Revert "scala 2.13.5"
Browse files Browse the repository at this point in the history
This reverts commit d088fb6.
  • Loading branch information
pjfanning committed Feb 23, 2021
1 parent d088fb6 commit d0bd40e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ matrix:
- scala: 2.12.13
jdk: openjdk11
env: SONATYPE_PUBLISH=false
- scala: 2.13.5
- scala: 2.13.4
jdk: openjdk8
env: SONATYPE_PUBLISH=true
- scala: 2.13.5
- scala: 2.13.4
jdk: openjdk11
env: SONATYPE_PUBLISH=false
- scala: 2.13.5
- scala: 2.13.4
jdk: openjdk15
env: SONATYPE_PUBLISH=false

Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name := "jackson-module-scala"

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

scalaVersion := "2.13.5"
scalaVersion := "2.13.4"

crossScalaVersions := Seq("2.11.12", "2.12.13", "2.13.5")
crossScalaVersions := Seq("2.11.12", "2.12.13", "2.13.4")

resolvers += Resolver.sonatypeRepo("snapshots")

Expand Down

0 comments on commit d0bd40e

Please sign in to comment.