Skip to content

Commit bad9ae5

Browse files
Set version to 1.0.0
1 parent cbca74a commit bad9ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import sbtcrossproject.crossProject
33
ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.14", "3.3.3")
44
ThisBuild / scalaVersion := (ThisBuild / crossScalaVersions).value.last
55
val commonSettings: Seq[Setting[_]] = Seq(
6-
version := "1.0.0-SNAPSHOT",
6+
version := "1.0.0",
77
organization := "org.scala-native",
88
scalacOptions ++= Seq("-deprecation", "-feature", "-release:8"),
99
homepage := Some(url("http://scala-native.org/")),

0 commit comments

Comments
 (0)