Skip to content

Commit

Permalink
Merge pull request #328 from scala-steward/update/scala-library-2.13.14
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.14
  • Loading branch information
tototoshi authored May 18, 2024
2 parents 7549b6a + 0da36b8 commit 6849f2a
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,8 +11,8 @@ 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.13", "3.3.3"),
scalaVersion := "2.13.13",
crossScalaVersions := Seq("2.12.19", "2.13.14", "3.3.3"),
scalaVersion := "2.13.14",
scalacOptions ++= Seq(
"-deprecation",
"-feature",
Expand Down

0 comments on commit 6849f2a

Please sign in to comment.