Skip to content

Commit

Permalink
Merge pull request #84 from pnerg/update/scala-library-2.12.17
Browse files Browse the repository at this point in the history
other: update scala-library from 2.12.15 to 2.12.17
  • Loading branch information
pnerg authored Mar 11, 2024
2 parents 7bea70c + 586a7e7 commit 6665cfb
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 @@ -2,8 +2,8 @@ name := "java-scala-utils-converter"
organization := "org.dmonix.functional"
version := "1.2.0"

scalaVersion := "2.12.15"
crossScalaVersions := Seq("2.11.12", "2.12.15", "2.13.7")
scalaVersion := "2.12.17"
crossScalaVersions := Seq("2.11.12", "2.12.17", "2.13.7")

scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature", "-language:implicitConversions", "-language:higherKinds", "-target:jvm-1.8")
scalacOptions in (Compile, doc) ++= Seq("-doc-title", "Java Scala Utils Converter API")
Expand Down

0 comments on commit 6665cfb

Please sign in to comment.