Skip to content

Commit

Permalink
Update README and tlBaseVersion for 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGregory084 committed Jul 26, 2023
1 parent 62d8fe9 commit a1f439e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ As of version 0.1.11, it also supports setting options for Scala 3.x.
Add the following to your project's `project/plugins.sbt`:

```scala
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.4.4")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0")
```

Once you are using this plugin we recommend that you don't manipulate the `scalacOptions` key directly.
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import com.typesafe.tools.mima.core._

ThisBuild / tlBaseVersion := "0.4"
ThisBuild / tlBaseVersion := "0.5"

ThisBuild / organization := "org.typelevel"
ThisBuild / organizationName := "Typelevel"
Expand Down

0 comments on commit a1f439e

Please sign in to comment.