File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
val scala212Ver = " 2.12.20"
2
2
val scala213Ver = " 2.13.16"
3
- val scala3Ver = " 3.3.5 "
3
+ val scala3Ver = " 3.3.6 "
4
4
5
5
val githubId = " rayrobdod/string-context-parser-combinator"
6
6
@@ -26,7 +26,7 @@ lazy val sharedSettings = Seq(
26
26
),
27
27
autoAPIMappings := true ,
28
28
libraryDependencies += {
29
- " org.scalameta" %%% " munit" % " 1.1.0 " % Test ,
29
+ " org.scalameta" %%% " munit" % " 1.1.1 " % Test ,
30
30
},
31
31
tpolecatScalacOptions ++= {
32
32
import org .typelevel .scalacoptions .ScalaVersion .V3_0_0
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ addSbtPlugin("com.eed3si9n.ifdef" % "sbt-ifdef" % "0.4.1")
4
4
addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.9.3" )
5
5
addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 1.1.4" )
6
6
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.18.2" )
7
- addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.5.6 " )
7
+ addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.5.7 " )
8
8
addSbtPlugin(" org.typelevel" % " sbt-tpolecat" % " 0.5.2" )
You can’t perform that action at this time.
0 commit comments