Skip to content

Commit

Permalink
Bump dependencies (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
nevillelyh authored Oct 7, 2024
1 parent 9da359f commit e868a06
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
matrix:
scala:
- '2.12.19'
- '2.13.14'
- '2.13.15'

coverage:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ val tensorFlowVersion = "0.5.0"

val commonSettings = Sonatype.sonatypeSettings ++ Seq(
organization := "me.lyh",
scalaVersion := "2.13.14",
crossScalaVersions := Seq("2.12.20", "2.13.14"),
scalaVersion := "2.13.15",
crossScalaVersions := Seq("2.12.20", "2.13.15"),
scalacOptions ++= Seq("-target:jvm-1.8", "-deprecation", "-feature", "-unchecked"),
scalacOptions ++= (scalaBinaryVersion.value match {
case "2.12" => Seq("-language:higherKinds")
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ addSbtPlugin("com.github.sbt" % "sbt-avro" % "3.5.0")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3")

libraryDependencies += "org.apache.avro" % "avro-compiler" % "1.12.0"

0 comments on commit e868a06

Please sign in to comment.