Skip to content

Commit 03f879a

Browse files
committed
upgrade sbt and scala
1 parent aa23b96 commit 03f879a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ organization := "com.fasterxml.jackson.module"
88

99
scalaVersion := "2.13.6"
1010

11-
crossScalaVersions := Seq("2.11.12", "2.12.13", "2.13.6", "3.0.0")
11+
crossScalaVersions := Seq("2.11.12", "2.12.14", "2.13.6", "3.0.0")
1212

1313
resolvers += Resolver.sonatypeRepo("snapshots")
1414

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.5.2
1+
sbt.version=1.5.3

0 commit comments

Comments
 (0)