Skip to content

Commit

Permalink
version := "0.6.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
intracer committed Aug 22, 2019
1 parent f24d1d0 commit 076819a
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 @@ -7,7 +7,7 @@ lazy val isScala213 = settingKey[Boolean]("Is the scala version 2.13.")

lazy val commonSettings = Seq(
organization := "org.scalawiki",
version := "0.6.1-SNAPSHOT",
version := "0.6.1",
crossScalaVersions := Seq(Scala211V, Scala212V),
scalaVersion := crossScalaVersions.value.last,
isScala213 := scalaVersion.value.startsWith("2.13."),
Expand Down

0 comments on commit 076819a

Please sign in to comment.