Skip to content

Commit 2ac7f00

Browse files
committed
Release 0.10.0
1 parent a229cb1 commit 2ac7f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ val developerURL: String = "https://matthicks.com"
1717

1818
name := projectName
1919
ThisBuild / organization := org
20-
ThisBuild / version := "0.10.0-SNAPSHOT"
20+
ThisBuild / version := "0.10.0"
2121
ThisBuild / scalaVersion := scala213
2222
ThisBuild / crossScalaVersions := allScalaVersions
2323
ThisBuild / scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature")

0 commit comments

Comments
 (0)