We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ea3ac commit 03e301cCopy full SHA for 03e301c
build.sbt
@@ -1,6 +1,6 @@
1
lazy val commonSettings = Seq(
2
organization := "com.whisk",
3
- version := "0.13.0-PRE",
+ version := "0.13.0",
4
scalaVersion := "2.13.16",
5
crossScalaVersions := Seq("2.13.16", "2.12.15", "2.11.12", "3.0.2"),
6
scalacOptions ++= Seq("-feature", "-deprecation"),
0 commit comments