Skip to content

Commit

Permalink
Release version 1.0.0-RC1.
Browse files Browse the repository at this point in the history
Test the new sbt-sonatype plugin for release.
  • Loading branch information
lomigmegard committed May 23, 2020
1 parent 9126c1e commit ef7cb9d
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
@@ -1,6 +1,6 @@
lazy val commonSettings = Seq(
organization := "ch.megard",
version := "0.5.0-SNAPSHOT",
version := "1.0.0-RC1",
scalaVersion := "2.13.2",
crossScalaVersions := Seq(scalaVersion.value, "2.12.11"),
scalacOptions ++= Seq(
Expand Down

0 comments on commit ef7cb9d

Please sign in to comment.