Skip to content

Commit

Permalink
Mark release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Apr 24, 2023
1 parent b5a9d5d commit dbfa4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name := "ijp-scala-console-project"
lazy val _scalaVersions = Seq("3.2.2", "2.13.10", "2.12.17")
lazy val _scalaVersion = _scalaVersions.head

ThisBuild / version := "1.7.1.1-SNAPSHOT"
ThisBuild / version := "1.8.0"
ThisBuild / versionScheme := Some("early-semver")
ThisBuild / organization := "net.sf.ij-plugins"
ThisBuild / sonatypeProfileName := "net.sf.ij-plugins"
Expand Down

0 comments on commit dbfa4cb

Please sign in to comment.