Skip to content

Commit

Permalink
Merge pull request #52 from http4s/update/series/0.24/scalatags-0.12.0
Browse files Browse the repository at this point in the history
Update scalatags to 0.12.0 in series/0.25
  • Loading branch information
armanbilge authored Sep 23, 2022
2 parents 60eaf9e + bcaf113 commit 0e345ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ThisBuild / tlBaseVersion := "0.24"
ThisBuild / tlBaseVersion := "0.25"
ThisBuild / developers := List(
tlGitHubDev("rossabaker", "Ross A. Baker")
)
Expand All @@ -10,7 +10,7 @@ ThisBuild / scalaVersion := Scala213
lazy val root = project.in(file(".")).aggregate(scalatags).enablePlugins(NoPublishPlugin)

val http4sVersion = "0.23.16"
val scalatagsVersion = "0.11.1"
val scalatagsVersion = "0.12.0"
val munitVersion = "1.0.0-M6"
val munitCatsEffectVersion = "2.0.0-M3"

Expand Down

0 comments on commit 0e345ee

Please sign in to comment.