Skip to content

Commit

Permalink
Set versionScheme, update Readme, bump MiMa version (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
joroKr21 authored Apr 13, 2021
1 parent 5c528a4 commit 7c0c3b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Kittens is part of the [Typelevel][typelevel] family of projects. It is an Open
License v2, hosted on [GitHub][source]. Binary artifacts will be published to the [Sonatype OSS Repository Hosting
service][sonatype] and synced to Maven Central.

It is available for Scala 2.12, 2.13 and Scala.js.
It is available for Scala 2.12 and 2.13, Scala.js 1.5 and Scala Native 0.4.

To get started with sbt, simply add the following to your `build.sbt` file:

Expand All @@ -23,7 +23,6 @@ libraryDependencies += "org.typelevel" %% "kittens" % "latestVersion" // indicat
[![Gitter channel](https://badges.gitter.im/typelevel/kittens.svg)](https://gitter.im/typelevel/kittens)
[![Scala.js](http://scala-js.org/assets/badges/scalajs-1.5.0.svg)](http://scala-js.org)
[![Latest version](https://img.shields.io/maven-central/v/org.typelevel/kittens_2.12.svg)](https://maven-badges.herokuapp.com/maven-central/org.typelevel/kittens_2.12)
[![Cats friendly](https://typelevel.org/cats/img/cats-badge-tiny.png)](https://typelevel.org/cats)

Instance derivations are available for the following type classes:

Expand Down
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ lazy val commonSettings = Seq(
compilerPlugin(("org.typelevel" %% "kind-projector" % kindProjectorVersion).cross(CrossVersion.full))
),
Test / parallelExecution := false,
mimaPreviousArtifacts := Set(organization.value %% moduleName.value % "2.0.0")
versionScheme := Some("semver-spec"),
mimaPreviousArtifacts := Set(organization.value %% moduleName.value % "2.2.1")
)

console / initialCommands := """import shapeless._, cats._, cats.derived._"""
Expand Down

0 comments on commit 7c0c3b7

Please sign in to comment.