Skip to content

Commit

Permalink
Update scalacache, enable build on Scala 3
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Sep 4, 2021
1 parent 68a8f76 commit e312a56
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
Expand Up @@ -11,7 +11,7 @@ val catsEffectVersion = "3.1.1"
val catsTaglessVersion = "0.14.0"
val doobieVersion = "1.0.0-RC1"
val catsVersion = "2.6.1"
val scalacacheVersion = "1.0.0-M2"
val scalacacheVersion = "1.0.0-M4"
val fs2KafkaVersion = "2.2.0"
val kindProjectorVersion = "0.13.2"
val redis4catsVersion = "1.0.0"
Expand Down Expand Up @@ -113,7 +113,7 @@ val scalacache = module("scalacache")
.settings(
libraryDependencies ++= Seq("com.github.cb372" %% "scalacache-core" % scalacacheVersion)
)
.jvmPlatform(scala2Only)
.jvmPlatform(scala2And3)
.dependsOn(core)

val doobie = module("doobie")
Expand Down

0 comments on commit e312a56

Please sign in to comment.