Skip to content

Commit 21e3c86

Browse files
committed
use Scala 2.13.x mainly
1 parent 708614a commit 21e3c86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ lazy val scalaOAuth2ProviderSettings =
1111
Defaults.coreDefaultSettings ++
1212
Seq(
1313
organization := "com.nulab-inc",
14-
scalaVersion := "2.12.8",
15-
crossScalaVersions := Seq("2.12.8", "2.11.12", "2.13.0"),
14+
scalaVersion := "2.13.0",
15+
crossScalaVersions := Seq("2.13.0", "2.12.8", "2.11.12"),
1616
scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature"),
1717
scalacOptions ++= unusedWarnings,
1818
publishTo := {

0 commit comments

Comments
 (0)