Skip to content

Commit

Permalink
fix crossScalaVersions (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Oct 4, 2023
1 parent 3da5b34 commit b437f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lazy val scalaOAuth2ProviderSettings =
Seq(
organization := "com.nulab-inc",
scalaVersion := "3.3.0",
crossScalaVersions := Seq("2.13.12", "2.12.18", "2.11.12"),
crossScalaVersions ++= Seq("2.13.12", "2.12.18", "2.11.12"),
scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature"),
publishTo := {
val v = version.value
Expand Down

0 comments on commit b437f4d

Please sign in to comment.