Commit 312be32 1 parent a0fcbfa commit 312be32 Copy full SHA for 312be32
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ ThisBuild / scalaVersion := Scala213
10
10
11
11
lazy val root = project.in(file(" ." )).aggregate(twirl).enablePlugins(NoPublishPlugin )
12
12
13
- val http4sVersion = " 0.23.15 "
13
+ val http4sVersion = " 0.23.16 "
14
14
val munitVersion = " 0.7.29"
15
- val munitCatsEffectVersion = " 1 .0.7 "
15
+ val munitCatsEffectVersion = " 2 .0.0-M3 "
16
16
17
17
lazy val twirl = project
18
18
.in(file(" twirl" ))
@@ -24,7 +24,7 @@ lazy val twirl = project
24
24
libraryDependencies ++= Seq (
25
25
" org.http4s" %%% " http4s-core" % http4sVersion,
26
26
" org.scalameta" %%% " munit-scalacheck" % munitVersion % Test ,
27
- " org.typelevel" %%% " munit-cats-effect-3 " % munitCatsEffectVersion % Test ,
27
+ " org.typelevel" %%% " munit-cats-effect" % munitCatsEffectVersion % Test ,
28
28
" org.http4s" %%% " http4s-laws" % http4sVersion % Test ,
29
29
),
30
30
)
You can’t perform that action at this time.
0 commit comments