Skip to content

Commit eb41c2f

Browse files
Update scalaVersion
1 parent 849b651 commit eb41c2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ThisBuild / tlCiReleaseBranches := Seq("main")
99
ThisBuild / tlSonatypeUseLegacyHost := true
1010

1111
ThisBuild / crossScalaVersions := Seq("2.12.15", "2.13.8", "3.2.2")
12+
ThisBuild / scalaVersion := "3.2.2"
1213

1314
ThisBuild / testFrameworks += new TestFramework("munit.Framework")
1415

@@ -53,7 +54,7 @@ lazy val caffeine = project.in(file("modules/caffeine"))
5354
.settings(
5455
name := "mules-caffeine",
5556
libraryDependencies ++= Seq(
56-
"com.github.ben-manes.caffeine" % "caffeine" % "2.9.3"
57+
"com.github.ben-manes.caffeine" % "caffeine" % "3.1.6"
5758
),
5859
).settings(testDeps)
5960

0 commit comments

Comments
 (0)