We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbca74a commit bad9ae5Copy full SHA for bad9ae5
build.sbt
@@ -3,7 +3,7 @@ import sbtcrossproject.crossProject
3
ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.14", "3.3.3")
4
ThisBuild / scalaVersion := (ThisBuild / crossScalaVersions).value.last
5
val commonSettings: Seq[Setting[_]] = Seq(
6
- version := "1.0.0-SNAPSHOT",
+ version := "1.0.0",
7
organization := "org.scala-native",
8
scalacOptions ++= Seq("-deprecation", "-feature", "-release:8"),
9
homepage := Some(url("http://scala-native.org/")),
0 commit comments