Skip to content

Commit b437f4d

Browse files
authored
fix crossScalaVersions (#160)
1 parent 3da5b34 commit b437f4d

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
@@ -8,7 +8,7 @@ lazy val scalaOAuth2ProviderSettings =
88
Seq(
99
organization := "com.nulab-inc",
1010
scalaVersion := "3.3.0",
11-
crossScalaVersions := Seq("2.13.12", "2.12.18", "2.11.12"),
11+
crossScalaVersions ++= Seq("2.13.12", "2.12.18", "2.11.12"),
1212
scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature"),
1313
publishTo := {
1414
val v = version.value

0 commit comments

Comments
 (0)