Skip to content

Commit

Permalink
Round of upgrades (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
keynmol authored Oct 14, 2023
1 parent d2948b9 commit 4bbca02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ lazy val Versions = new {
val junit = "0.13.3"
val scalameta = "4.5.13"
val b2s = "0.3.17"
val pluginTargetSN = "0.4.9"
val pluginTargetSN = "0.4.16"
val pluginTargetSBT = "1.6.1"
val detective = "0.0.2"
val opaqueNewtypes = "0.0.2"

val Scala3 = "3.2.2"
val Scala3 = "3.3.1"
val Scala212 = "2.12.18"
val Scala213 = "2.13.11"
val Scala213 = "2.13.12"
val Scala2 = List(Scala212, Scala213)

}
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resolvers ++= Resolver.sonatypeOssRepos("snapshots")

addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.14")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.16")

addSbtPlugin("com.indoorvivants" % "sbt-commandmatrix" % "0.0.5")

Expand Down

0 comments on commit 4bbca02

Please sign in to comment.