We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 281caac commit 0515194Copy full SHA for 0515194
build.sbt
@@ -5,5 +5,6 @@ lazy val root = project
5
description := "Example sbt project that compiles using Scala 3",
6
version := "0.1.0",
7
scalaVersion := "3.1.3",
8
+ scalacOptions ++= Seq("-deprecation"),
9
libraryDependencies += "org.scalameta" %% "munit" % "0.7.29" % Test
10
)
0 commit comments