Skip to content

Commit

Permalink
Merge pull request #314 from http4s/update/scala-library-2.13.12
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.12
  • Loading branch information
armanbilge authored Sep 13, 2023
2 parents 43e3fdf + 84f2424 commit c360179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ThisBuild / startYear := Some(2021)
ThisBuild / tlCiReleaseBranches := Seq("series/0.2")
ThisBuild / tlSitePublishBranch := Some("series/0.2")

val scala213 = "2.13.11"
val scala213 = "2.13.12"
ThisBuild / crossScalaVersions := Seq("2.12.18", scala213, "3.3.1")
ThisBuild / scalaVersion := scala213

Expand Down

0 comments on commit c360179

Please sign in to comment.