Skip to content

Commit 8872298

Browse files
authored
Update scala-library to 2.12.16
1 parent a3391ff commit 8872298

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
@@ -1,7 +1,7 @@
11
ThisBuild / organization := "org.scala-exercises"
22
ThisBuild / githubOrganization := "47degrees"
33
ThisBuild / scalaVersion := "2.13.8"
4-
ThisBuild / crossScalaVersions := Seq("2.13.8", "2.12.15")
4+
ThisBuild / crossScalaVersions := Seq("2.13.8", "2.12.16")
55

66
publish / skip := true
77

0 commit comments

Comments
 (0)