We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9e528f commit da96e27Copy full SHA for da96e27
build.sbt
@@ -6,7 +6,7 @@ name := "ijp-scala-console-project"
6
lazy val _scalaVersions = Seq("3.2.2", "2.13.10", "2.12.17")
7
lazy val _scalaVersion = _scalaVersions.head
8
9
-ThisBuild / version := "1.6.0.1-SNAPSHOT"
+ThisBuild / version := "1.7.0"
10
ThisBuild / versionScheme := Some("early-semver")
11
ThisBuild / organization := "net.sf.ij-plugins"
12
ThisBuild / sonatypeProfileName := "net.sf.ij-plugins"
@@ -54,7 +54,7 @@ val commonSettings = Seq(
54
Seq(
55
"-explaintypes",
56
"-feature",
57
- "–optimise",
+// "–optimise",
58
"-Xsource:3",
59
"-Xlint",
60
"-Xcheckinit",
0 commit comments