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 e9272b0 commit 06458a7Copy full SHA for 06458a7
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.0"
+ThisBuild / version := "1.7.1"
10
ThisBuild / versionScheme := Some("early-semver")
11
ThisBuild / organization := "net.sf.ij-plugins"
12
ThisBuild / sonatypeProfileName := "net.sf.ij-plugins"
0 commit comments