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 b5a9d5d commit dbfa4cbCopy full SHA for dbfa4cb
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.7.1.1-SNAPSHOT"
+ThisBuild / version := "1.8.0"
10
ThisBuild / versionScheme := Some("early-semver")
11
ThisBuild / organization := "net.sf.ij-plugins"
12
ThisBuild / sonatypeProfileName := "net.sf.ij-plugins"
0 commit comments