Skip to content

Commit a1803cf

Browse files
Towards 1.0.1
1 parent 638ed91 commit a1803cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
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",
6+
version := "1.0.1-SNAPSHOT",
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)