Skip to content

Commit 199b580

Browse files
committed
update 2.12 version
1 parent dae199c commit 199b580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val commonSettings = Seq(
22
organization := "com.whisk",
33
version := "0.13.0",
44
scalaVersion := "2.13.16",
5-
crossScalaVersions := Seq("2.13.16", "2.12.15", "3.0.2"),
5+
crossScalaVersions := Seq("2.13.16", "2.12.20", "3.0.2"),
66
scalacOptions ++= Seq("-feature", "-deprecation"),
77
Test / fork := true,
88
licenses += ("MIT", url("http://opensource.org/licenses/MIT")),

0 commit comments

Comments
 (0)