Skip to content

Commit

Permalink
Set version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur authored May 7, 2024
1 parent cbca74a commit bad9ae5
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 @@ -3,7 +3,7 @@ import sbtcrossproject.crossProject
ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.14", "3.3.3")
ThisBuild / scalaVersion := (ThisBuild / crossScalaVersions).value.last
val commonSettings: Seq[Setting[_]] = Seq(
version := "1.0.0-SNAPSHOT",
version := "1.0.0",
organization := "org.scala-native",
scalacOptions ++= Seq("-deprecation", "-feature", "-release:8"),
homepage := Some(url("http://scala-native.org/")),
Expand Down

0 comments on commit bad9ae5

Please sign in to comment.