Skip to content

Commit d4c3048

Browse files
authored
update sbt 1.6.2 (#149)
1 parent 3dd2d51 commit d4c3048

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

build.sbt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,13 @@ val commonDependenciesInTestScope = Seq(
33
"ch.qos.logback" % "logback-classic" % "1.2.3" % "test"
44
)
55

6-
val unusedWarnings = Seq(
7-
"-Ywarn-unused"
8-
)
9-
106
lazy val scalaOAuth2ProviderSettings =
117
Defaults.coreDefaultSettings ++
128
Seq(
139
organization := "com.nulab-inc",
1410
scalaVersion := "3.0.0",
1511
crossScalaVersions := Seq("3.0.0", "2.13.6", "2.12.13", "2.11.12"),
1612
scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature"),
17-
scalacOptions ++= unusedWarnings,
1813
publishTo := {
1914
val v = version.value
2015
val nexus = "https://oss.sonatype.org/"
@@ -59,8 +54,6 @@ lazy val scalaOAuth2ProviderSettings =
5954
<url>https://github.com/tsuyoshizawa</url>
6055
</developer>
6156
</developers>
62-
) ++ Seq(Compile, Test).flatMap(c =>
63-
(c / console / scalacOptions) --= unusedWarnings
6457
)
6558

6659
lazy val root = (project in file("."))

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.5.2
1+
sbt.version=1.6.2

0 commit comments

Comments
 (0)