From 4d172ebef99a0c64cd871dbcd1d96a3b62291956 Mon Sep 17 00:00:00 2001 From: Matt Dziuban Date: Wed, 27 Mar 2024 09:29:18 -0400 Subject: [PATCH] v11.0.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index f5b3bd2..f0806d0 100644 --- a/build.sbt +++ b/build.sbt @@ -32,9 +32,9 @@ lazy val baseSettings = Seq( scalaVersion := scala3, crossScalaVersions := Seq(scala213, scala3), organization := "typify", - version := "11.0.0-RC1", + version := "11.0.0", resolvers += "bondlink-maven-repo" at "https://raw.githubusercontent.com/mblink/maven-repo/main", - mimaPreviousArtifacts := Set(), + mimaPreviousArtifacts := Set("typify" %% name.value % "11.0.0"), libraryDependencies ++= foldScalaV(scalaVersion.value)( Seq(compilerPlugin("org.typelevel" %% "kind-projector" % "0.13.3" cross CrossVersion.patch)), Seq(),