Skip to content

Commit 2947e23

Browse files
committed
Update Scala versions
1 parent f606eeb commit 2947e23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ parallelExecution in Test := true
1717
lazy val commonSettings = Seq(
1818
organization := "com.regblanc",
1919
name := "scala-smtlib",
20-
scalaVersion := "2.12.8",
21-
crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.8", "2.13.0")
20+
scalaVersion := "2.12.13",
21+
crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.8", "2.12.13", "2.13.0", "2.13.5")
2222
)
2323

2424
lazy val publishSettings = Seq(

0 commit comments

Comments
 (0)