Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
catostrophe committed Apr 29, 2021
1 parent 856c55c commit 3c48998
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import com.typesafe.sbt.SbtGit.git

moduleName := "tofu"

val libVersion = "0.10.1"
val libVersion = "0.10.2"

lazy val setMinorVersion = minorVersion := {
CrossVersion.partialVersion(scalaVersion.value) match {
Expand Down Expand Up @@ -363,6 +363,7 @@ lazy val publishSettings = Seq(
organization := "tf.tofu",
publishVersion := libVersion,
publishMavenStyle := true,
versionScheme := Some("semver-spec"),
description := "Opinionated set of tools for functional programming in Scala",
crossScalaVersions := Seq(Version.scala212, Version.scala213),
publishTo := {
Expand Down

0 comments on commit 3c48998

Please sign in to comment.