We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3da5b34 commit b437f4dCopy full SHA for b437f4d
build.sbt
@@ -8,7 +8,7 @@ lazy val scalaOAuth2ProviderSettings =
8
Seq(
9
organization := "com.nulab-inc",
10
scalaVersion := "3.3.0",
11
- crossScalaVersions := Seq("2.13.12", "2.12.18", "2.11.12"),
+ crossScalaVersions ++= Seq("2.13.12", "2.12.18", "2.11.12"),
12
scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature"),
13
publishTo := {
14
val v = version.value
0 commit comments