Skip to content

Commit 3dd2d51

Browse files
authored
add scala 3.0.0 to crossScalaVersions (#148)
1 parent 7bddf5a commit 3dd2d51

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
@@ -12,7 +12,7 @@ lazy val scalaOAuth2ProviderSettings =
1212
Seq(
1313
organization := "com.nulab-inc",
1414
scalaVersion := "3.0.0",
15-
crossScalaVersions := Seq("2.13.4", "2.12.12", "2.11.12"),
15+
crossScalaVersions := Seq("3.0.0", "2.13.6", "2.12.13", "2.11.12"),
1616
scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature"),
1717
scalacOptions ++= unusedWarnings,
1818
publishTo := {

0 commit comments

Comments
 (0)