Skip to content

Commit

Permalink
Merge pull request #343 from scala-steward/update/scala-library-2.12.20
Browse files Browse the repository at this point in the history
Update scala-library to 2.12.20
  • Loading branch information
tototoshi authored Sep 9, 2024
2 parents 9ea93df + d53727d commit e6e86ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ lazy val `slick-joda-mapper` = project.in(file("."))
name := "slick-joda-mapper",
organization := "com.github.tototoshi",
version := "2.9.1",
crossScalaVersions := Seq("2.12.19", "2.13.14", "3.3.3"),
crossScalaVersions := Seq("2.12.20", "2.13.14", "3.3.3"),
scalaVersion := "2.13.14",
scalacOptions ++= Seq(
"-deprecation",
Expand Down

0 comments on commit e6e86ee

Please sign in to comment.