Skip to content

Commit

Permalink
Merge pull request #235 from scala-steward/update/scala-library-2.13.8
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.8
  • Loading branch information
hamnis committed Apr 5, 2022
2 parents 6a05f81 + b839b44 commit 5926e49
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
@@ -1,7 +1,7 @@
inThisBuild(
Seq(
organization := "org.http4s",
crossScalaVersions := Seq("2.13.6", "2.12.15"),
crossScalaVersions := Seq("2.13.8", "2.12.15"),
scalaVersion := crossScalaVersions.value.head,
testFrameworks += new TestFramework("munit.Framework"),
addCompilerPlugin(("org.typelevel" % "kind-projector" % "0.13.2").cross(CrossVersion.full)),
Expand Down

0 comments on commit 5926e49

Please sign in to comment.