Skip to content

Commit

Permalink
scala 2.13.16
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Feb 25, 2025
1 parent 8aaaa39 commit 1d82200
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 @@ -16,8 +16,8 @@ val assertNoApplicationConf = taskKey[Unit]("Makes sure application.conf isn't p
val commonSettings = Seq(
organization := "com.github.pjfanning",
version := appProperties.getProperty("version"),
scalaVersion := "2.13.14",
crossScalaVersions := Seq("2.12.20", "2.13.14"),
scalaVersion := "2.13.16",
crossScalaVersions := Seq("2.12.20", "2.13.16"),
libraryDependencies ++= Seq(
"com.chuusai" %% "shapeless" % "2.3.12",
"com.typesafe" % "config" % "1.4.3",
Expand Down

0 comments on commit 1d82200

Please sign in to comment.