Skip to content

Commit

Permalink
Do not compile modules with scala30
Browse files Browse the repository at this point in the history
  • Loading branch information
mhodovaniuk committed Jun 7, 2022
1 parent d65e265 commit 53d4ffe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/http4s/build.sbt
Expand Up @@ -2,7 +2,7 @@ import Dependencies.Version._

name := "pureconfig-http4s"

crossScalaVersions := Seq(scala212, scala213, scala30, scala31)
crossScalaVersions := Seq(scala212, scala213, scala31)

libraryDependencies ++= Seq("org.http4s" %% "http4s-core" % "0.23.12")

Expand Down
4 changes: 2 additions & 2 deletions modules/ip4s/build.sbt
Expand Up @@ -2,9 +2,9 @@ import Dependencies.Version._

name := "pureconfig-ip4s"

crossScalaVersions := Seq(scala212, scala213, scala30, scala31)
crossScalaVersions := Seq(scala212, scala213, scala31)

libraryDependencies ++= Seq("com.comcast" %% "ip4s-core" % "3.0.4")
libraryDependencies ++= Seq("com.comcast" %% "ip4s-core" % "3.1.3")

developers := List(
Developer("geirolz", "David Geirola", "david.geirolz@gmail.com", url("https://github.com/geirolz"))
Expand Down

0 comments on commit 53d4ffe

Please sign in to comment.