Skip to content

Commit

Permalink
Re-enable newer Java versions, update pure config, and try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Katrix committed Oct 17, 2023
1 parent 905f356 commit 5a9460a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
java: [8]
java: [8, 11, 17]

env:
PGPORT: 5432
Expand Down
2 changes: 1 addition & 1 deletion project/dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ object Deps {
val zio = "dev.zio" %% "zio" % Version.zio
val zioCats = "dev.zio" %% "zio-interop-cats" % Version.zioCats

val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.14.1"
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.17.4"

val scalaCache = "com.github.cb372" %% "scalacache-caffeine" % Version.scalaCache
val scalaCacheCatsEffect = "com.github.cb372" %% "scalacache-cats-effect" % Version.scalaCache
Expand Down

0 comments on commit 5a9460a

Please sign in to comment.