Skip to content

Commit

Permalink
Merge pull request #8 from laserdisc-io/scalamaupgrades
Browse files Browse the repository at this point in the history
Dependency upgrades
  • Loading branch information
JennyLeahy authored Aug 14, 2024
2 parents ac858e6 + ad2fa56 commit 4fd1631
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
lazy val scala213 = "2.13.10"
lazy val scala3 = "3.2.2"
lazy val scala213 = "2.13.14"
lazy val scala3 = "3.3.3"

lazy val root = project
.in(file("."))
Expand Down Expand Up @@ -56,7 +56,7 @@ lazy val root = project
},
sbt.Test / testFrameworks += TestFrameworks.ScalaCheck,
libraryDependencies ++= Seq(
compilerPlugin(("org.typelevel" %% "kind-projector" % "0.13.2").cross(CrossVersion.full)),
compilerPlugin(("org.typelevel" %% "kind-projector" % "0.13.3").cross(CrossVersion.full)),
compilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1")
).filterNot(_ => scalaVersion.value.startsWith("3.")),
Dependencies.Compat,
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import sbt.*
object Dependencies {

val Compat = libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0"
val Circe = libraryDependencies += "io.circe" %% "circe-parser" % "0.14.6"
val Scanamo = libraryDependencies += "org.scanamo" %% "scanamo" % "1.0.0-M27"
val Circe = libraryDependencies += "io.circe" %% "circe-parser" % "0.14.9"
val Scanamo = libraryDependencies += "org.scanamo" %% "scanamo" % "2.0.0"
val ScalaTest = libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.17" % "test"
val scalacheck = libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.17.0" % "test"
}
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.4
sbt.version=1.9.9

0 comments on commit 4fd1631

Please sign in to comment.