Skip to content

Commit fec9edf

Browse files
author
Denis Mikhaylov
committed
Release 0.12.0
1 parent 6ad2022 commit fec9edf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
lazy val commonSettings = Seq(
22
organization := "com.whisk",
3-
version := "0.11.0",
3+
version := "0.12.0",
44
scalaVersion := "2.13.6",
55
crossScalaVersions := Seq("2.13.6", "2.12.15", "2.11.12", "3.0.2"),
66
scalacOptions ++= Seq("-feature", "-deprecation"),

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.5.5
1+
sbt.version=1.9.8

0 commit comments

Comments
 (0)